Home > blockly > utils > toolbox > ToolboxDefinition
utils.toolbox.ToolboxDefinition type
All of the different types that can create a toolbox.
Signature:
export type ToolboxDefinition = Node | ToolboxInfo | string;
References: ToolboxInfo
Home > blockly > utils > toolbox > ToolboxDefinition
All of the different types that can create a toolbox.
Signature:
export type ToolboxDefinition = Node | ToolboxInfo | string;
References: ToolboxInfo