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

    Type Alias NavigationHistoryPosition

    type NavigationHistoryPosition = {
        cursor: number;
        entry: Readonly<NavEntry>;
        origin: number;
    }
    Index
    cursor: number

    The perpendicular coordinate to return to when navigating back to the origin.

    entry

    entry: Readonly<NavEntry>
    origin: number

    The coordinate, along the navigation axis, that this position was navigated away from.