The breadcrumb is a secondary navigation patten that helps a user understand the hierarchy among levels and navigate back through them.

Hierarchy

  • NavigateInterface<this> & LitElement<this>
    • ZetaBreadcrumbItem

Other

rendering

Other

  • Returns ZetaBreadcrumbItem

href: string
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>