blockly >ContextMenuRegistry >getItem

ContextMenuRegistry.getItem() 方法

Signature:

getItem(id: string): RegistryItem | null;

参数

参数 类型 说明
id 字符串 要获取的 RegistryItem 的 ID。

返回

注册项 |null

RegistryItem;如果未找到,则为 null