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

ZetaCancelUploadEvent:zeta-cancel-upload - Fired when the cancel button is clicked.

Hierarchy

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

Other

  • Returns ZetaProgressCircle

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

Size.

type: "default" | "upload" = "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>