InterfacesIToolboxblockly.itoolbox_interface.render_methodsignatureOn this pageblockly > IToolbox > render IToolbox.render() method Fills the toolbox with new toolbox items and removes any old contents. Signature: render(toolboxDef: ToolboxInfo): void; Parameters ParameterTypeDescriptiontoolboxDefToolboxInfoObject holding information for creating a toolbox. Returns: void