Search results

StepperChangingEventArgs API in JavaScript (ES5) Stepper API control

Provides information about stepChanging event callback.

Properties

activeStep

number

Provides the index of the current step.

cancel

boolean

Provides whether the change has been prevented or not. Default value is false.

event

Event

Provides the original event.

isInteracted

boolean

Provides whether the change is triggered by user interaction.

name

string

Specifies name of the event.

previousStep

number

Provides the index of the previous step.