React ActionSheet Types

CancelClickEvent

The type of the cancelClick event handler's argument.

import { ActionSheetTypes } from "devextreme-react/action-sheet"
Type: ActionSheetTypes.CancelClickEvent

ContentReadyEvent

The type of the contentReady event handler's argument.

import { ActionSheetTypes } from "devextreme-react/action-sheet"
Type: ActionSheetTypes.ContentReadyEvent

DisposingEvent

The type of the disposing event handler's argument.

import { ActionSheetTypes } from "devextreme-react/action-sheet"
Type: ActionSheetTypes.DisposingEvent

InitializedEvent

The type of the initialized event handler's argument.

import { ActionSheetTypes } from "devextreme-react/action-sheet"
Type: ActionSheetTypes.InitializedEvent

ItemClickEvent

The type of the itemClick event handler's argument.

import { ActionSheetTypes } from "devextreme-react/action-sheet"
Type: ActionSheetTypes.ItemClickEvent

ItemContextMenuEvent

The type of the itemContextMenu event handler's argument.

import { ActionSheetTypes } from "devextreme-react/action-sheet"
Type: ActionSheetTypes.ItemContextMenuEvent

ItemHoldEvent

The type of the itemHold event handler's argument.

import { ActionSheetTypes } from "devextreme-react/action-sheet"
Type: ActionSheetTypes.ItemHoldEvent

ItemRenderedEvent

The type of the itemRendered event handler's argument.

import { ActionSheetTypes } from "devextreme-react/action-sheet"
Type: ActionSheetTypes.ItemRenderedEvent

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { ActionSheetTypes } from "devextreme-react/action-sheet"
Type: ActionSheetTypes.OptionChangedEvent