SlotTypeMap
Stentor API Reference / stentor-models/src / SlotTypeMap
Interface: SlotTypeMap\<T>
Defined in: packages/stentor-models/src/Slot/SlotType.ts:5
Map of slots by types.
Type Parameters​
T​
T = string | number | object | boolean
Indexable​
[slotTypeName: string]: SlotType\<T>