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

    Class ZetaGridMenuItem

    An item to be used in a grid menu. Current usecases include the navigation bar and bottom sheet.

    Hierarchy

    • ContourableInterface<this> & LitElement<this>
      • ZetaGridMenuItem
    Index

    Other

    • Returns ZetaGridMenuItem

    active: boolean = false
    notificationValue?: string | boolean
    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>