研究调查问卷:请告诉我们您使用 Blockly 的体验
开始调查问卷
blockly >MarkerManager
MarkerManager 类
用于管理工作区上的多个标记和光标的类。
Signature:
export declare class MarkerManager
此类的构造函数被标记为内部构造函数。第三方代码不应直接调用构造函数或创建扩展 MarkerManager
类的子类。
属性
方法
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-10-16。
[null,null,["最后更新时间 (UTC):2024-10-16。"],[[["The `MarkerManager` class manages multiple markers and the cursor on a Blockly workspace."],["It provides methods to register, unregister, and retrieve markers using unique IDs."],["The class includes a cursor, which can be set and retrieved for keyboard navigation."],["The `LOCAL_MARKER` property stores the name of the local marker."],["Third-party code should not directly instantiate or extend the `MarkerManager` class as its constructor is internal."]]],[]]