Search results

StepModel API in JavaScript (ES5) Stepper API control

Interface for a class Step

Properties

cssClass

string

Defines the CSS class to customize the step appearance.

disabled

boolean

Defines whether a step is enabled or disabled.

iconCss

string

Defines the icon content of the step.

isValid

boolean

Defines the state whether it is valid completion or not.

label

string

Defines the label content of the step.

optional

boolean

Defines whether the step is optionally to skip completion or not.

status

string | StepStatus

Defines the status of the step. The possible values are

  • NotStarted
  • InProgress
  • Completed

text

string

Defines the text content of the step.