Skip to content

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

ParameterType
contentChildBlock[]

Returns

Block

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

ParameterType
optionsTaskItemBlockProps
contentChildBlock[]

Returns

Block

Matterway Assistant SDK Documentation