@zebra-fed/zeta-web
    Preparing search index...

    Class ZetaNavigationRailItem

    Defines an item in a navigation rail.

    Hierarchy

    • NavigateInterface<this> & LitElement<this> & ContourableInterface<this> & InteractiveInterface<
          this,
      >
      • ZetaNavigationRailItem
    Index

    Other

    • Returns ZetaNavigationRailItem

    disabled: boolean
    href: string
    rounded: boolean
    selected: boolean = false

    Sets the navigation item as selected.

    shadowRootOptions: ShadowRootInit = ...
    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>