blockly >屏蔽 >getField

Block.getField() 方法

返回块中的已命名字段。

Signature:

getField(name: string): Field | null;

参数

参数 类型 说明
name 字符串 字段的名称。

返回

字段 |null

命名字段,如果字段不存在,则返回 null。