React ActionSheet - ItemHoldEvent

The type of the itemHold event handler's argument.

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

Object

component

The UI component's instance.

Selector: Component
Type:

ActionSheet

element

The UI component's container.

event

Specifies the executed event.

Selector: Event

itemData

The item's data.

Selector: ItemData
Type:

Object

itemElement

The item's container.

itemIndex

The item's index.

Type:

Number