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

    Class ZetaOption

    ZetaOption web component.

    Hierarchy

    • ContourableInterface<this> & LitElement<this> & InteractiveInterface<this> & SizeInterface<
          this,
      >
      • ZetaOption
    Index

    Other

    • Returns ZetaOption

    disabled: boolean = false
    rounded: boolean
    selected: boolean = false
    size: "small" | "medium" | "large"
    type: "option" = ...
    value: 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>