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. |