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']._}}"
}
}
}
}
]
}
Package: ui-framework
Properties
availabilityMode
Defines what steps are available to users.
Declaration
availabilityMode: NavigationMode
Property Value
Type | Description |
---|---|
NavigationMode | Defines what steps are available to users. |
backToProductButton
Allows you to enable and configure backToProduct button.
Declaration
backToProductButton: IBackToProductButton
Property Value
Type | Description |
---|---|
IBackToProductButton | Allows you to enable and configure backToProduct button. |
finishButton
Declaration
finishButton: IFinishButtonConfig
Property Value
Type | Description |
---|---|
IFinishButtonConfig |
steps
Allows you to override the availability mode of a particular step.
Declaration
steps: [key: string]: StepConditionConfig
Property Value
Type | Description |
---|---|
[key: string]: StepConditionConfig | Allows you to override the availability mode of a particular step. |