device-navigation - v4.5.5
    Preparing search index...

    Type Alias NavigationInputs

    Inputs for controlling navigation.

    type NavigationInputs = {
        allowWrapping: boolean;
        direction: NavDirection;
    }
    Index

    Properties

    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.