Events » Value change events
Value change events
With these events, you can track when the user drags the knob(s) of a SliderComponent or RangeSliderComponent.
Value change events | |
---|---|
onValueChange 🔃 | On a SliderComponent: value is changed.On a RangeSliderComponent: either minValue or maxValue is changed. |
onMinValueChange 🔃 | The minValue (left knob) was changed. (Only for RangeSliderComponents.) |
onMaxValueChange 🔃 | The maxValue (right knob) was changed. (Only for RangeSliderComponents.) |
Example projects can be found in the Slider component and Range slider component chapters.