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