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

    Class ZetaWorkcloudIndicator

    Hierarchy

    • ZetaWorkcloudIndicatorBase
      • ZetaWorkcloudIndicator
    Index

    Other

    number: number = 0

    Number of indications

    priority: "medium" | "urgent" | "high" | "low" = "low"

    Priority level

    rounded: boolean
    size: "small" | "medium" | "xs" = "medium"

    Size variant

    text?: string

    Text of Priority.

    Can also be slotted.

    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>