Skip to content

Function: PlanItem()

Call Signature

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

Defined in: src/renderer/blocks/index.ts:2674

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: src/renderer/blocks/index.ts:2675

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