Type Alias: IndexedChecklistControlEvents<Index>
IndexedChecklistControlEvents<
Index> ={ [P in keyof BaseChecklistControlEvents as `${P}_${Index}`]: BaseChecklistControlEvents[P] }
Defined in: src/sdk/checklist/ChecklistControlEvents.ts:55
Events used to control an indexed checklist keyed by indexed topic names.
Type Parameters
| Type Parameter |
|---|
Index extends number |