jQuery ActionSheet - ItemContextMenuEvent

The type of the itemContextMenu event handler's argument.

import { ItemContextMenuEvent } from "devextreme/ui/action_sheet"
Type:

Object

component

The UI component's instance.

Type:

ActionSheet

element

The UI component's container.

event

Specifies the executed event.

itemData

The item's data.

Type:

Object

itemElement

The item's container.

itemIndex

The item's index.

Type:

Number