Skip to content

Function: PlanItem()

Call Signature

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

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

Experimental

PlanItem — single entry inside a PlanList. Pass status to render it as pending / in-progress / done.

Parameters

ParameterType
contentChildBlock[]

Returns

Block

Call Signature

ts
function PlanItem(options: PlanItemBlockProps, content: ChildBlock[]): Block;

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

Experimental

PlanItem — single entry inside a PlanList. Pass status to render it as pending / in-progress / done.

Parameters

ParameterType
optionsPlanItemBlockProps
contentChildBlock[]

Returns

Block

Matterway Assistant SDK Documentation