Vue RangeSlider - ValueChangedEvent

The type of the valueChanged event handler's argument.

import { DxRangeSliderTypes } from "devextreme-vue/range-slider"
Type: DxRangeSliderTypes.ValueChangedEvent

component

The UI component's instance.

Selector: DxComponent
Type:

RangeSlider

element

The UI component's container.

end

Type:

Number

event

A native browser event with additional fields from EventObject.

Selector: DxEvent

previousValue

Selector: DxPreviousValue
Type:

Object

start

Type:

Number

value

Type:

Array<Number>