Skip to main content

Type Alias: ChecklistActionableItemDef

ChecklistActionableItemDef = object

Defined in: src/sdk/checklist/ChecklistDefinitions.ts:197

A definition for an actionable checklist item.

Properties

actionText

readonly actionText: string

Defined in: src/sdk/checklist/ChecklistDefinitions.ts:205

The item's action text, or the empty string ('') if the item has no action text.


labelText

readonly labelText: string

Defined in: src/sdk/checklist/ChecklistDefinitions.ts:202

The item's label text.


type

readonly type: Actionable

Defined in: src/sdk/checklist/ChecklistDefinitions.ts:199

The type of the item.