blockly > WorkspaceSvg > getToolbox

WorkspaceSvg.getToolbox() method

Getter for the toolbox associated with this workspace, if one exists.

Signature:

getToolbox(): IToolbox | null;

Returns:

IToolbox | null

The toolbox on this workspace.