研究调查问卷:请告诉我们您使用 Blockly 的体验
开始调查问卷
blockly > registry
注册表命名空间
类
类 |
说明 |
类型 |
一个名称,包含存储在泛型中的元素类型。 |
函数
功能 |
说明 |
getAllItems(type, opt_cased, opt_throwIfMissing) |
返回使用指定类型注册的项的映射。 |
getClass(type, name, opt_throwIfMissing) |
获取具有指定名称和类型的类。 |
getClassFromOptions(type, options, opt_throwIfMissing) |
从指定类型的 Blockly 选项获取类。这适用于替换内置功能的插件。(例如 Toolbox) |
getObject(type, name, opt_throwIfMissing) |
获取具有指定名称和类型的对象。 |
hasItem(type, name) |
返回注册表中是否包含具有指定类型和名称的项。 |
register(type, name, registryItem, opt_allowOverrides) |
根据类型和名称注册类。 |
unregister(类型, 名称) |
取消注册具有指定类型和名称的注册表项。 |
变量
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2023-12-01。
[null,null,["最后更新时间 (UTC):2023-12-01。"],[[["The `Blockly.registry` namespace manages the registration and retrieval of various Blockly components, like plugins and extensions."],["It provides functions to register, unregister, and access items using their type and name."],["You can retrieve registered items as classes or objects, and check for their existence using provided functions."],["The `Blockly.registry` namespace uses types like `Type` to categorize registered components for easy management."]]],[]]