blockly > FlyoutSeparator

FlyoutSeparator 클래스

플라이아웃의 요소 간 간격을 나타냅니다.

서명:

export declare class FlyoutSeparator implements IBoundedElement, IFocusableNode 

구현: IBoundedElement, IFocusableNode

생성자

생성자 수정자 설명
(생성자)(gap, axis) 새 구분자를 만듭니다.

메서드

메서드 수정자 설명
canBeFocused() IFocusableNode.canBeFocused를 참고하세요.
getBoundingRectangle() 이 구분자의 경계 상자를 반환합니다.
getFocusableElement() IFocusableNode.getFocusableElement를 참고하세요.
getFocusableTree() IFocusableNode.getFocusableTree를 참고하세요.
isNavigable() 키보드로 이 구분자를 탐색하지 못하도록 false를 반환합니다.
moveBy(dx, dy, _reason) 이 구분자를 다시 배치합니다.
onNodeBlur() IFocusableNode.onNodeBlur를 참고하세요.
onNodeFocus() IFocusableNode.onNodeFocus를 참고하세요.