研究调查问卷:请告诉我们您使用 Blockly 的体验
开始调查问卷
blockly > BlocklyOptions > toolbox
Signature:
toolbox?: string | ToolboxDefinition | Element;
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-10-14。
[null,null,["最后更新时间 (UTC):2024-10-14。"],[[["The `toolbox` property in `BlocklyOptions` defines the structure and content of the toolbox in a Blockly workspace."],["It accepts a toolbox definition in various formats: a string containing XML, a JavaScript object (`ToolboxDefinition`), or an HTML `Element`."],["This property is optional; if not specified, the workspace will not display a toolbox."]]],["The `toolbox` property within `BlocklyOptions` accepts three types of values: a `string`, a `ToolboxDefinition`, or an `Element`. This property defines the toolbox that will be used in the Blockly workspace. Users can specify the toolbox using a string to reference a predefined toolbox, create a custom toolbox using `ToolboxDefinition`, or directly provide an `Element` representing the toolbox.\n"]]