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 info
object Name Type Description title
string optional Adds a title to the info content (html markup is allowed)
text
string optional Adds text to the info content (html markup is allowed)
html
string optional Adds html content to the info content