研究调查问卷:请告诉我们您使用 Blockly 的体验
开始调查问卷
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-05-20。
[null,null,["最后更新时间 (UTC):2024-05-20。"],[[["The `ContextMenuItems` namespace provides functions to register custom options in Blockly's context menu."],["These functions allow developers to add functionalities such as block manipulation, commenting, and navigation."],["Options for block operations like collapsing, expanding, duplicating, deleting, and disabling can be easily integrated."],["Workspace comment management features like adding, deleting, and duplicating comments are also included."],["Developers can leverage these functions to enhance user interaction and workflow within the Blockly editor."]]],["The ContextMenuItems namespace provides functions to register various options for block and workspace manipulation. These include actions to register options like cleaning up, collapsing, expanding, deleting, duplicating, enabling/disabling blocks. It also allows registration of comment functionalities like adding, removing, or duplicating comments. Moreover, it supports help access, variable inlining, and the ability to undo/redo actions. These functions are to register menu options.\n"]]