Element representing a UI value slider.
value
is a decimal number within the range of minValue
and maxValue
.
Remember to round or truncate it if you need integer values.
Properties:
Name | Type | Description |
---|---|---|
maxValue |
number | (default: |
minValue |
number | (default: |
seeking |
bool | [readonly] |
seekValue |
number | [readonly] The actual value while |
stepSize |
number | (default: |
styleOfBackground |
template | The background style template. |
styleOfHandle |
template | The handle style template. |
value |
number | (default: |