React Slider - ValueChangedEvent

The type of the valueChanged event handler's argument.

import { SliderTypes } from "devextreme-react/slider"
Type: SliderTypes.ValueChangedEvent

component

The UI component's instance.

Selector: Component
Type:

Slider

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: Event

previousValue

Selector: PreviousValue
Type:

Object

value

Selector: Value
Type:

Object