Appearance
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
| Parameter | Type |
|---|---|
content | ChildBlock[] |
Returns
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
| Parameter | Type |
|---|---|
options | PlanItemBlockProps |
content | ChildBlock[] |