StepModel
23 Sep 20251 minute to read
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|null
Defines the state whether it is valid completion or not.
If set to true, the completion is valid.
If false, the completion is invalid.
If null, the completion state is not determined.
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.