SlotStack
Defined in: packages/schema/src/slots.ts:9
Implements
Section titled “Implements”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new SlotStack():
SlotStack
Defined in: packages/schema/src/slots.ts:12
Returns
Section titled “Returns”SlotStack
Accessors
Section titled “Accessors”currentSlot
Section titled “currentSlot”Get Signature
Section titled “Get Signature”get currentSlot():
Document|undefined
Defined in: packages/schema/src/slots.ts:16
Returns
Section titled “Returns”Document | undefined
Implementation of
Section titled “Implementation of”Methods
Section titled “Methods”popSlot()
Section titled “popSlot()”popSlot():
void
Defined in: packages/schema/src/slots.ts:24
Returns
Section titled “Returns”void
Implementation of
Section titled “Implementation of”pushSlot()
Section titled “pushSlot()”pushSlot(
slot):void
Defined in: packages/schema/src/slots.ts:20
Parameters
Section titled “Parameters”Document
Returns
Section titled “Returns”void