blockly > FlyoutSeparatorNavigationPolicy
FlyoutSeparatorNavigationPolicy 클래스
플라이아웃 구분자에서 키보드 탐색을 제어하는 규칙 집합입니다. 플라이아웃 구분자를 탐색할 수 없으므로 이 자리표시자는 아무 작업도 하지 않습니다.
서명:
export declare class FlyoutSeparatorNavigationPolicy implements INavigationPolicy<FlyoutSeparator>
구현: INavigationPolicy<FlyoutSeparator>
메서드
| 메서드 | 수정자 | 설명 |
|---|---|---|
| getFirstChild(_current) | ||
| getNextSibling(_current) | ||
| getParent(_current) | ||
| getPreviousSibling(_current) | ||
| isApplicable(current) | 이 정책에서 지정된 객체로 이동할 수 있는지 여부를 반환합니다. | |
| isNavigable(_current) | 지정된 플라이아웃 구분자로 이동할 수 있는지 여부를 반환합니다. |