| label |
string |
labelText |
Text label to display. Manually editing this field will set the inheritLabelFromData parameter to false |
| displayLabel |
boolean |
True |
If true, the label is displayed on the left side of the slider |
| labelFontSize |
number |
0.5 |
Label font-size |
| labelColor |
string |
var(--widget-label-color) |
Label text color |
| labelWidthProportion |
string |
30% |
Label width proportion with respect to the widget width. The value should be in percentage |
| minRange |
number |
0 |
Minimum range allowed between the two handles of the slider |
| maxRange |
number |
100 |
Maximum range allowed between the two handles of the slider |
| step |
number |
0.1 |
Increment of the slider |
| precision |
number |
2 |
Number decimal digitls precision for display |
| enforceStep |
boolean |
False |
Enforce value to align precisely with the defined step size |
| disableAnimation |
boolean |
False |
Disable slider animation |
| rangeActuator |
boolean |
False |
If true, inherit min and max range values from min/max actuators |
| forceValuesToMinAndMax |
boolean |
False |
Force values to min and max values |
| sliderSegmentColor |
string |
var(--widget-segment-color) |
Slider segment color |
| sliderRangeColor |
string |
var(--widget-range-color) |
Slider Range color |
| sliderHandleDefaultColor |
string |
var(--widget-handle-default-color) |
Color of the slider handle |
| sliderHandleHoverColor |
string |
var(--widget-handle-hover-color) |
Hover color of the slider handle |
| sliderHandleActiveColor |
string |
var(--widget-handle-active-color) |
Active color of the slider handle |