Type Alias: ChecklistActionableItemDef
ChecklistActionableItemDef =
object
Defined in: src/sdk/checklist/ChecklistDefinitions.ts:197
A definition for an actionable checklist item.
Properties
actionText
readonlyactionText: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
readonlylabelText:string
Defined in: src/sdk/checklist/ChecklistDefinitions.ts:202
The item's label text.
type
readonlytype:Actionable
Defined in: src/sdk/checklist/ChecklistDefinitions.ts:199
The type of the item.