blockly > fieldRegistry > unregister

fieldRegistry.unregister() 函数

取消注册使用给定类型注册的字段。

Signature:

export declare function unregister(type: string): void;

参数

参数 类型 说明
type 字符串 JSON 定义中使用的字段类型名称。

返回

void