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

    Class NavEntry

    A class that is attached to all navigable elements. It is attached to the navEntryPropertyKey property.

    Index
    _navController: NavController | undefined
    element: HTMLElement
    eventListener: (event: Event) => void = ...

    Use a singular event listener for all events so it can be removed.

    navParams: Readonly<NavParams>
    navTreeNode: NavTreeNode | undefined
    navValue: NavValue | undefined
    • Clear all nav values from the element, just leave the plain attribute (without a value).

      Returns void