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

    Class ZetaSegmentedItem

    A segmented control is a linear set of two or more segments, each of which functions as a mutually exclusive button. Like buttons, segments can contain text or images. Segmented controls are often used to display different views.

    Hierarchy

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

    Other

    • Returns ZetaSegmentedItem

    active: boolean = false

    Whether the item is active.

    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>