Vue Validator Types
DisposingEvent
The type of the disposing event handler's argument.
import { DxValidatorTypes } from "devextreme-vue/validator"
Type:
DxValidatorTypes.DisposingEvent
Used in:
InitializedEvent
The type of the initialized event handler's argument.
import { DxValidatorTypes } from "devextreme-vue/validator"
Type:
DxValidatorTypes.InitializedEvent
Used in:
OptionChangedEvent
The type of the optionChanged event handler's argument.
import { DxValidatorTypes } from "devextreme-vue/validator"
Type:
DxValidatorTypes.OptionChangedEvent
Used in:
ValidatedEvent
The type of the validated event handler's argument.
import { DxValidatorTypes } from "devextreme-vue/validator"
Type:
DxValidatorTypes.ValidatedEvent
Used in: