Constructors
constructor
- new Slot(slotId: string, moduleId: string, metadata: any): Slot
-
Parameters
-
slotId: string
-
moduleId: string
-
metadata: any
Properties
Readonly metadata
metadata: any
Readonly moduleId
moduleId: string
Readonly slotId
slotId: string
Slot, base class for InputSlot & OutputSlot.
A slot is the start or the end of a connection that belongs to a module.