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
| Parameter | Type | Description |
|---|---|---|
| toolboxDef | ToolboxInfo | Object holding information for creating a toolbox. |
Returns:
void