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