@sqlrooms/documents / BlockDocumentTodoBlock
Type Alias: BlockDocumentTodoBlock
BlockDocumentTodoBlock =
object
A todo/task item block with a checked state and text description.
Type Declaration
| Name | Type |
|---|---|
id | string |
intent? | string |
type | "todo" |
checked | boolean |
text | string |
