-
Notifications
You must be signed in to change notification settings - Fork 16
Storage | projects
Manvel Saroyan edited this page Jan 17, 2021
·
1 revision
Groups, containing project which contain actions.
name | type/value | Description |
---|---|---|
expanded |
boolean | expands/collapse group. |
id |
string | Unique Identifier. |
subItems |
array | Sub projects. |
text |
string | Name of the group. |
type |
group |
Group item indication. |
Projects containing actions.
name | type/value | Description |
---|---|---|
actions |
array | Injectable actions. |
id |
string | Unique Identifier. |
text |
string | Name of the project. |
type |
project |
Project item indication. |
Injectable actions as seen in Actions table. Learn more about Various actions.
name | type/value | Description |
---|---|---|
id |
string | Unique Identifier. |
type |
string | One of injectable action types. |
inputs |
array | action's arguments/inputs. |
arguments/inputs used during the action execution.
- Query, code, timer wait time or redirection link.
- New input value.