React ActionSheet - ItemRenderedEvent

The type of the itemRendered event handler's argument.

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

component

The UI component's instance.

Selector: Component
Type:

ActionSheet

element

The UI component's container.

itemData

The item's data.

Selector: ItemData
Type:

Object

itemElement

The item's container.

itemIndex

The item's index.

Type:

Number