Skip to content

Function: TaskItem()

Call Signature

ts
function TaskItem(content: ChildBlock[]): Block;

Defined in: packages/sdk/src/renderer/blocks/index.ts:2451

Experimental

TaskItem — single row inside a Task body.

Parameters

ParameterType
contentChildBlock[]

Returns

Block

Call Signature

ts
function TaskItem(options: TaskItemBlockProps, content: ChildBlock[]): Block;

Defined in: packages/sdk/src/renderer/blocks/index.ts:2452

Experimental

TaskItem — single row inside a Task body.

Parameters

ParameterType
optionsTaskItemBlockProps
contentChildBlock[]

Returns

Block

Matterway Assistant SDK Documentation