Interface: ChecklistSet<I, S, G, L, B>
Defined in: src/sdk/checklist/ChecklistState.ts:13
A state of a set of checklists.
Type Parameters
Type Parameter | Default type | Description |
---|---|---|
I extends BaseChecklistItemTypeDefMap | BaseChecklistItemTypeDefMap | A map from checklist item types to checklist item definitions used by the checklists contained in the set. Defaults to BaseChecklistItemTypeDefMap . |
S | unknown | The metadata attached to the checklist set. |
G | unknown | The metadata attached to the checklist groups contained in the set. |
L | unknown | The metadata attached to the checklist lists contained in the set. |
B | unknown | The metadata attached to the checklist branches contained in the set. |
Properties
groups
readonly
groups: readonlyChecklistGroup
<I
,G
,L
,B
>[]
Defined in: src/sdk/checklist/ChecklistState.ts:15
The groups that belong to the set.
metadata
readonly
metadata:S
Defined in: src/sdk/checklist/ChecklistState.ts:18
Metadata for the set.