IVariable interface
đ Descriptionâ
Describes the interface that holds a variable in the builder.
đ Type declarationâ
interface IVariable { key: string;Readonly label: string;Readonly node: Node;Readonly block?: NodeBlock;ReadonlyOptional slot?: Slot;ReadonlyOptional pipe?: Slot;ReadonlyOptional }
đąī¸ Hover with the mouse over a property name for a tooltip with the description of that property. Click it for more information.
đī¸ Propertiesâ
đˇī¸ block
â
Reference to the block.
Typeâ
đˇī¸ key
â
Contains the variable key.
Typeâ
string
đˇī¸ label
â
Human readable label for the variable.
Typeâ
string
đˇī¸ node
â
Reference to the node.
Typeâ
đˇī¸ pipe
â
Reference to the slot pipe (when the variable is a pipe).
Typeâ
đˇī¸ slot
â
Reference to the slot.