React Stepper - ItemRenderedEvent

The argument type in the itemRendered event.

import { StepperTypes } from "devextreme-react/stepper"
Type: StepperTypes.ItemRenderedEvent

component

The UI component's instance.

Selector: Component
Type: Stepper

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