SliderComponent.changeCallback method
SliderComponent › changeCallback
Unofficial
The function that's called after changing the value of the component.Signature:
changeCallback(value: number): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| value | number |
Returns: void
Remarks:
UsingSliderComponent.onChange(callback) assigns the callback to this method.