React ActionSheet - ItemRenderedEvent

The type of the itemRendered event handler's argument.

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

Object

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