Interface StepHelpConfig
Provides properties for steps included in IAuWidgetHelpParams.
Package: ui-framework
Properties
content
Either the name of a modal window or a link to open in this step.
Declaration
content: string
Property Value
Type | Description |
---|---|
string | Either the name of a modal window or a link to open in this step. |
type
A type of the content displayed in the help step, either modal
or page
.
Declaration
type: HelpType
Property Value
Type | Description |
---|---|
HelpType | A type of the content displayed in the help step, either |