blockly > FieldNavigationPolicy > getFirstChild
FieldNavigationPolicy.getFirstChild() 方法
由于字段没有子项,因此返回 null。
Signature:
getFirstChild(_current: Field<any>): IFocusableNode | null;
参数
参数 | 类型 | 说明 |
---|---|---|
_current | 字段<任意> | 要从中导航的字段。 |
返回:
IFocusableNode | null
空。