Function navigate

  • Navigate around the nav tree.

    Parameters

    • navTree: undefined | NavRootNode
    • direction: NavDirection

      The direction to navigate within the tree. Note that 1 dimensional navigation treads up and left as the same, down and right as the same.

    • allowWrapping: boolean

      Set to true to allow navigation to wrap.

    Returns NavigationResult