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

    Class ZetaProgressCircle

    Progress indicators express an unspecified wait time or display the length of a process.

    cancelUpload - Fired when the cancel button is clicked.

    Hierarchy

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

    Other

    • Returns ZetaProgressCircle

    indeterminate?: boolean

    Displays the indeterminate progress indicator. If set to true, any argument for 'value' will be ignored.

    rounded: boolean
    size: 20 | 24 | 36 | 40 | 48 | 64 = 64

    Size.

    type: "upload" | "default" = "default"

    The type of the progress circle.

    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>