React Switch Types

ContentReadyEvent

The type of the contentReady event handler's argument.

import { SwitchTypes } from "devextreme-react/switch"
Type: SwitchTypes.ContentReadyEvent

DisposingEvent

The type of the disposing event handler's argument.

import { SwitchTypes } from "devextreme-react/switch"
Type: SwitchTypes.DisposingEvent

InitializedEvent

The type of the initialized event handler's argument.

import { SwitchTypes } from "devextreme-react/switch"
Type: SwitchTypes.InitializedEvent

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { SwitchTypes } from "devextreme-react/switch"
Type: SwitchTypes.OptionChangedEvent

ValueChangedEvent

The type of the valueChanged event handler's argument.

import { SwitchTypes } from "devextreme-react/switch"
Type: SwitchTypes.ValueChangedEvent