React Validator Types

DisposingEvent

The type of the disposing event handler's argument.

import { ValidatorTypes } from "devextreme-react/validator"
Type: ValidatorTypes.DisposingEvent

InitializedEvent

The type of the initialized event handler's argument.

import { ValidatorTypes } from "devextreme-react/validator"
Type: ValidatorTypes.InitializedEvent

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { ValidatorTypes } from "devextreme-react/validator"
Type: ValidatorTypes.OptionChangedEvent

ValidatedEvent

The type of the validated event handler's argument.

import { ValidatorTypes } from "devextreme-react/validator"
Type: ValidatorTypes.ValidatedEvent