blockly > IFocusableTree > getNavigator
IFocusableTree.getNavigator() method
Returns a Navigator instance to be used to determine the navigation order between IFocusableNodes contained within this IFocusableTree. Generally this can just be an instance of Navigator, but trees may choose to return a subclass to customize navigation behavior within their context.
Signature:
getNavigator(): Navigator;
Returns: