Constructors
| Name | Type | Description |
|---|---|---|
id |
string | optional |
label |
string | optional |
gadgetConfig |
object | string |
optional
gadget config (object) or gadgetAction (string). |
dataClientFunction |
string |
optional
Name of the client function that provides the step data |
Methods
-
addInfo(info)
-
Add info content for the step. The content is displayed in a extra column or row.
Name Type Description infoobject Name Type Description titlestring optional Adds a title to the info content (html markup is allowed)
textstring optional Adds text to the info content (html markup is allowed)
htmlstring optional Adds html content to the info content