blockly > Toolbox > createDom_
Toolbox.createDom_() method
Creates the DOM for the toolbox.
Signature:
protected createDom_(workspace: WorkspaceSvg): HTMLDivElement;
Parameters
Parameter | Type | Description |
---|---|---|
workspace | WorkspaceSvg | The workspace this toolbox is on. |
Returns:
HTMLDivElement
The HTML container for the toolbox.