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

    Type Alias NavActionToDirectionType

    Maps NavAction to the relevant NavDirection type for the direction property in NavigationResult.

    type NavActionToDirectionType = {
        activate: undefined;
        enter: undefined;
        exit: undefined;
        focus: undefined;
        navigate: NavDirection;
        pibling: NavDirection;
    }
    Index

    Properties

    activate: undefined
    enter: undefined
    exit: undefined
    focus: undefined
    navigate: NavDirection
    pibling: NavDirection