blockly > fieldRegistry > RegistrableField
fieldRegistry.RegistrableField 接口
表示必须在任何已注册字段上定义的静态方法,即构造函数和 fromJson 方法。
由于我们不知道要注册哪个 Field 子类,因此无法对构造函数的参数进行类型检查。
Signature:
export interface RegistrableField
方法
方法 | 说明 |
---|---|
(new)(args) | |
fromJson(options) |