blockly > WorkspaceSvg > updateToolbox
WorkspaceSvg.updateToolbox()-Methode
Ändern Sie die Blockstruktur in der vorhandenen Toolbox.
Unterschrift:
updateToolbox(toolboxDef: toolbox.ToolboxDefinition | null): void;
Parameter
Parameter | Typ | Beschreibung |
---|---|---|
toolboxDef | toolbox.ToolboxDefinition | null | DOM-Baum der Toolbox-Inhalte, String von Toolbox-Inhalten oder JSON, das die Toolbox-Definition darstellt. |
Gibt zurück:
voidm