JavaScript/jQuery Stepper - SelectionChangedEvent

The argument type in the selectionChanged event.

import { SelectionChangedEvent } from "devextreme/ui/stepper"
Type:

Object

addedItems

Type:

Array<any>

component

The UI component's instance.

Type: Stepper

element

The UI component's container.

removedItems

Type:

Array<any>