Skip to main content

Type Alias: CoreChecklistItemDef<T>

CoreChecklistItemDef<T> = object

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

A core checklist item definition which only defines the item's type.

Type Parameters

Type ParameterDescription
T extends ChecklistItemTypeThe definition's checklist item type.

Properties

type

readonly type: T

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

The type of the item.