Skip to main content

Type Alias: IndexedChecklistStateEvents<Index>

IndexedChecklistStateEvents<Index> = { [P in keyof BaseChecklistStateEvents as `${P}_${Index}`]: BaseChecklistStateEvents[P] }

Defined in: src/sdk/checklist/ChecklistStateEvents.ts:66

Events describing state changes for an indexed checklist keyed by indexed topic names.

Type Parameters

Type Parameter
Index extends number