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

    Class NavEntry

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

    Index

    Constructors

    Properties

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

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

    navParams: Readonly<NavParams>
    navTreeNode: undefined | NavTreeNode
    navValue: undefined | NavValue

    Accessors

    Methods

    • Clear all nav values from the element, just leave the plain attribute (without a value).

      Returns void