Positioned
Presentations
v1.0
zero-schema
No description provided.
Required fields
PresentationType
Properties
PresentationType
string
required
ProgressIndicator shows visual indication for the progress of a task or operation. It is commonly used to show that a process is ongoing and to give users a sense of how much of the task has been completed.
Allowed ProgressIndicator
InitialValue
number
optional
Specifies the initial value of the progress indicator, typically a number between 0 and 1 representing the percentage of completion.
Default
0Label
string
optional
The label of Progress Indicator.
BackgroundColor
string
optional
Specifies the background color of the progress indicator, which is visible behind the actual progress.
Color
string
optional
Specifies the color of the progress indicator, indicating the progress made towards completion.
Height
number
optional
Specifies the height of the progress indicator, which determines its thickness or visual prominence in pixel.
Default
5Studio editor metadata
Shapes the studio editor; not enforced at runtime.
BackgroundColor{
"OnChange": {
"To": "{{ Id }}",
"Handler": "Whisper"
},
"InitialValue": "{{ Value }}",
"DisplayText": "BackgroundColor",
"PresentationType": "ColorPicker"
}
Color{
"OnChange": {
"To": "{{ Id }}",
"Handler": "Whisper"
},
"InitialValue": "{{ Value }}",
"DisplayText": "Color",
"PresentationType": "ColorPicker"
}