diff --git a/src/features/boards/board.ts b/src/features/boards/board.ts index 4412918..8a9026f 100644 --- a/src/features/boards/board.ts +++ b/src/features/boards/board.ts @@ -104,7 +104,7 @@ export interface NodeTypeOptions { shape: NodeComputable; /** Whether the node can accept another node being dropped upon it. */ canAccept?: NodeComputable; - /** The progress value of the node. */ + /** The progress value of the node, from 0 to 1. */ progress?: NodeComputable; /** How the progress should be displayed on the node. */ progressDisplay?: NodeComputable;