Progressbar
Overview
progressBar represents a progress bar node.
Exclusive Props
rangeProps, see details Rangeprops
Common Events
valueChanged
Part Style
partStyles.indicator: the filled progress; supports a two-color background gradient
Example
"partStyles": {
"indicator": {
"bgColor": "#22c55e",
"bgGradientColor": "#3b82f6",
"bgGradientDirection": "horizontal"
}
}