Type Alias NavigationInputs

NavigationInputs: {
    allowWrapping: boolean;
    direction: NavDirection;
}

Inputs for controlling navigation.

Type declaration

  • allowWrapping: boolean

    Set to true to allow navigation to wrap.

  • 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.