Vue ActionSheet Types

CancelClickEvent

The type of the cancelClick event handler's argument.

import { DxActionSheetTypes } from "devextreme-vue/action-sheet"
Type: DxActionSheetTypes.CancelClickEvent

ContentReadyEvent

The type of the contentReady event handler's argument.

import { DxActionSheetTypes } from "devextreme-vue/action-sheet"
Type: DxActionSheetTypes.ContentReadyEvent

DisposingEvent

The type of the disposing event handler's argument.

import { DxActionSheetTypes } from "devextreme-vue/action-sheet"
Type: DxActionSheetTypes.DisposingEvent

InitializedEvent

The type of the initialized event handler's argument.

import { DxActionSheetTypes } from "devextreme-vue/action-sheet"
Type: DxActionSheetTypes.InitializedEvent

ItemClickEvent

The type of the itemClick event handler's argument.

import { DxActionSheetTypes } from "devextreme-vue/action-sheet"
Type: DxActionSheetTypes.ItemClickEvent

ItemContextMenuEvent

The type of the itemContextMenu event handler's argument.

import { DxActionSheetTypes } from "devextreme-vue/action-sheet"
Type: DxActionSheetTypes.ItemContextMenuEvent

ItemHoldEvent

The type of the itemHold event handler's argument.

import { DxActionSheetTypes } from "devextreme-vue/action-sheet"
Type: DxActionSheetTypes.ItemHoldEvent

ItemRenderedEvent

The type of the itemRendered event handler's argument.

import { DxActionSheetTypes } from "devextreme-vue/action-sheet"
Type: DxActionSheetTypes.ItemRenderedEvent

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { DxActionSheetTypes } from "devextreme-vue/action-sheet"
Type: DxActionSheetTypes.OptionChangedEvent