Vue ProgressBar Types

CompleteEvent

The type of the complete event handler's argument.

import { DxProgressBarTypes } from "devextreme-vue/progress-bar"
Type: DxProgressBarTypes.CompleteEvent

ContentReadyEvent

The type of the contentReady event handler's argument.

import { DxProgressBarTypes } from "devextreme-vue/progress-bar"
Type: DxProgressBarTypes.ContentReadyEvent

DisposingEvent

The type of the disposing event handler's argument.

import { DxProgressBarTypes } from "devextreme-vue/progress-bar"
Type: DxProgressBarTypes.DisposingEvent

InitializedEvent

The type of the initialized event handler's argument.

import { DxProgressBarTypes } from "devextreme-vue/progress-bar"
Type: DxProgressBarTypes.InitializedEvent

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { DxProgressBarTypes } from "devextreme-vue/progress-bar"
Type: DxProgressBarTypes.OptionChangedEvent

ValueChangedEvent

The type of the valueChanged event handler's argument.

import { DxProgressBarTypes } from "devextreme-vue/progress-bar"
Type: DxProgressBarTypes.ValueChangedEvent