isSlotDependable
Stentor API Reference / stentor-interaction-model/src / isSlotDependable
Function: isSlotDependable()
isSlotDependable\<
T>(item):item is SlotDependable<T>
Defined in: packages/stentor-interaction-model/src/Slot/Guards.ts:10
Guard to check if an object is SlotDependable
Type Parameters​
T​
T
Parameters​
item​
object
Returns​
item is SlotDependable<T>