Appearance
Function: TaskItem()
Call Signature
ts
function TaskItem(content: ChildBlock[]): Block;Defined in: src/renderer/blocks/index.ts:2366
Experimental
TaskItem — single row inside a Task body.
Parameters
| Parameter | Type |
|---|---|
content | ChildBlock[] |
Returns
Call Signature
ts
function TaskItem(options: TaskItemBlockProps, content: ChildBlock[]): Block;Defined in: src/renderer/blocks/index.ts:2367
Experimental
TaskItem — single row inside a Task body.
Parameters
| Parameter | Type |
|---|---|
options | TaskItemBlockProps |
content | ChildBlock[] |