Skip to main content

Home > blockly > IToolbox > render

IToolbox.render() method

Fills the toolbox with new toolbox items and removes any old contents.

Signature:

render(toolboxDef: ToolboxInfo): void;

Parameters

ParameterTypeDescription
toolboxDefToolboxInfoObject holding information for creating a toolbox.

Returns:

void