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

    Type Alias CurrentNavEntry

    The currently focused or activated nav entry.

    type CurrentNavEntry = {
        entry: Readonly<NavEntry>;
        navAction: Activate | Focus;
        position: Readonly<WalkResult>;
    }
    Index

    Properties

    entry

    entry: Readonly<NavEntry>
    navAction: Activate | Focus
    position: Readonly<WalkResult>