Vue RangeSelector Types

AxisScale

Specifies the type of the scale.

Accepted Values: 'continuous' | 'discrete' | 'logarithmic' | 'semidiscrete'

BackgroundImageLocation

Specifies a location for the image in the background of a range selector.

Accepted Values: 'center' | 'centerBottom' | 'centerTop' | 'full' | 'leftBottom' | 'leftCenter' | 'leftTop' | 'rightBottom' | 'rightCenter' | 'rightTop'

ChartAxisScale

Specifies the type of the value axis.

Accepted Values: 'continuous' | 'logarithmic'

DisposingEvent

The type of the disposing event handler's argument.

import { DxRangeSelectorTypes } from "devextreme-vue/range-selector"
Type: DxRangeSelectorTypes.DisposingEvent

DrawnEvent

The type of the drawn event handler's argument.

import { DxRangeSelectorTypes } from "devextreme-vue/range-selector"
Type: DxRangeSelectorTypes.DrawnEvent

ExportedEvent

The type of the exported event handler's argument.

import { DxRangeSelectorTypes } from "devextreme-vue/range-selector"
Type: DxRangeSelectorTypes.ExportedEvent

ExportingEvent

The type of the exporting event handler's argument.

import { DxRangeSelectorTypes } from "devextreme-vue/range-selector"
Type: DxRangeSelectorTypes.ExportingEvent

FileSavingEvent

The type of the fileSaving event handler's argument.

import { DxRangeSelectorTypes } from "devextreme-vue/range-selector"
Type: DxRangeSelectorTypes.FileSavingEvent

IncidentOccurredEvent

The type of the incidentOccurred event handler's argument.

import { DxRangeSelectorTypes } from "devextreme-vue/range-selector"
Type: DxRangeSelectorTypes.IncidentOccurredEvent

InitializedEvent

The type of the initialized event handler's argument.

import { DxRangeSelectorTypes } from "devextreme-vue/range-selector"
Type: DxRangeSelectorTypes.InitializedEvent

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { DxRangeSelectorTypes } from "devextreme-vue/range-selector"
Type: DxRangeSelectorTypes.OptionChangedEvent

ValueChangedCallMode

Specifies when to call the onValueChanged function.

Accepted Values: 'onMoving' | 'onMovingComplete'

ValueChangedEvent

The type of the valueChanged event handler's argument.

import { DxRangeSelectorTypes } from "devextreme-vue/range-selector"
Type: DxRangeSelectorTypes.ValueChangedEvent