Angular Stepper - SelectionChangingEvent

The argument type in the selectionChanging event.

import { DxStepperTypes } from "devextreme-angular/ui/stepper"
Type: DxStepperTypes.SelectionChangingEvent

addedItems

Type:

Array<any>

cancel

Type:

Boolean

|

Promise<Boolean> (jQuery or native)

component

The UI component's instance.

Selector: dxo-component
Type: Stepper

element

The UI component's container.

removedItems

Type:

Array<any>