Interface: IWidgetStepsConfig
Provides properties for the steps
widget.
You can use these properties in params of the AuWidgetSteps class.
{
"widgets": [
{
"name": "steps",
"type": "steps",
"params": {
"availabilityMode": "visited",
"steps": {
"Step 3": {
"enabled": "{{$['confirmation-checkbox']._}}"
}
}
}
}
]
}
Hierarchy
- IWidgetStepsConfig
Index
Properties
Properties
availabilityMode
• availabilityMode: NavigationMode
Defines what steps are available to users.
steps
• steps: object
Allows you to override the availability mode of a particular step.
Type declaration:
- [ key: string]: StepConditionConfig