Back to Website
Show / Hide Table of Contents

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.

Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2024 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback