Back to Website
Show / Hide Table of Contents

Interface IAuWidgetHelpParams

Provides properties of the help widget. You can use these properties in params of the AuWidgetHelp class.

{
  "widgets": [
    {
      "name": "help",
      "type": "help",
      "params": {
        "steps": {
          "0": {
            "type": "modal",
            "content": "faq"
          },
          "1": {
            "type": "page",
            "content": "http://customerscanvas.com"
          }
        }
      }
    }
  ]
}
Package: ui-framework

Properties

base

Declaration
base: StepHelpConfig
Property Value
Type Description
StepHelpConfig

steps

A list of steps included in the help.

Declaration
steps: [key: string]: StepHelpConfig
Property Value
Type Description
[key: string]: StepHelpConfig

A list of steps included in the help.

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