Class ZetaDropdownMenuItem

Zeta Dropdown Menu Item is a component that represents an item in a dropdown menu.

  • Content of menu item; typically text.

icon - A zeta-icon element shown on leading side of item. Only shown if type is default.

Hierarchy

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

Other

  • Returns ZetaDropdownMenuItem

disabled: 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>