Whether or not to display indeterminate progress, which gives no indication to how long an
activity will take.
fourColor
boolean
false
Whether or not to render indeterminate mode using 4 colors instead of one.
Circular progress bindables
Attribute
Type
Description
element
HTMLElement
A reference to the root DOM element of the component. This variable is bound using bind:this, allowing direct access to the underlying HTML element for manipulation or querying within
the component's logic.
Linear progress attributes
Attribute
Type
Default
Description
value
number
0
Progress to display, a fraction between 0 and max
max
number
1
Maximum progress to display, defaults to 1.
indeterminate
boolean
false
Whether or not to display indeterminate progress, which gives no indication to how long an
activity will take.
fourColor
boolean
false
Whether or not to render indeterminate mode using 4 colors instead of one.
buffer
number
0
Buffer amount to display, a fraction between 0 and max. If the value is 0 or
negative, the buffer is not displayed.
Linear progress bindables
Attribute
Type
Description
element
HTMLElement
A reference to the root DOM element of the component. This variable is bound using bind:this, allowing direct access to the underlying HTML element for manipulation or querying within
the component's logic.