blockly > FieldNavigationPolicy > getFirstChild

FieldNavigationPolicy.getFirstChild() 메서드

필드에는 하위 요소가 없으므로 null을 반환합니다.

서명:

getFirstChild(_current: Field<any>): IFocusableNode | null;

매개변수

매개변수 유형 설명
_current 필드<any> 이동할 필드입니다.

반환:

IFocusableNode | null

Null.