Class ZetaNavigationDrawerItem

A navigation item to be used in a zeta-navigation-drawer

  • The headline text.

badge - Content to be placed in the badge.

leading - Content to be placed before the headline.

trailing - Content to be placed after the headline.

Hierarchy

  • ContourableInterface<this> & LitElement<this> & InteractiveInterface<this>
    • ZetaNavigationDrawerItem

Other

active: boolean = false

Sets the item to active.

disabled: boolean
headline?: string

The headline text. Can also be slotted.

rounded: boolean
styles: CSSResultGroup[] = ...

rendering

  • Invoked on each update to perform rendering tasks. This method may return any value renderable by lit-html's ChildPart - typically a TemplateResult. Setting properties inside this method will not trigger the element to update.

    Returns TemplateResult<1>