Skip to content

SliderComponent.changeCallback method

SliderComponent › changeCallback

Unofficial

The function that's called after changing the value of the component.

Signature:

changeCallback(value: number): void

Parameters:

Parameter Type Description
value number

Returns: void

Remarks:

Using SliderComponent.onChange(callback) assigns the callback to this method.