ja-go-to
The schema defines the following additional types:
Use this action to link to another Jig
Properties of the JAGoToOnButtonConfig object:
Property | Type | Required | Description |
type | action.go-to | true | |
instanceId | InstanceId | Expression | false | |
when | Expression | boolean | false | When the property is set to 'false', the action will not execute. Default is 'true'. |
options | Goto Action Options | true | Options related to Jig Actions on bottom panel |
When the property is set to 'false', the action will not execute. Default is 'true'.
Options related to Jig Actions on bottom panel
Properties of the options object:
Property | Type | Required | Description |
title | string | Expression | TextWithFormat | TextLocale | true | Title of action displayed on a button. |
icon | icon-name | string | false | Icon of action displayed on a button. |
style | object | false | More of them can be true. It will be evaluated based on priority. |
isHidden | boolean | string | false | Hides the button when `true` |
linkTo | string | string | true | Id of Jig you want to navigate to |
parameters | string | string | false | Parameters sent as inputs to the Jig |
Title of action displayed on a button.
icon (icon-name | string)
Icon of action displayed on a button.
The object must be any of the following types:
More of them can be true. It will be evaluated based on priority.
Hides the button when true
The object must be any of the following types:
Id of Jig you want to navigate to
The object must be any of the following types:
Parameters sent as inputs to the Jig
Use this action to link to another Jig
Properties of the JAGoToInBackgroundConfig object:
Property | Type | Required | Description |
type | action.go-to | true | |
instanceId | InstanceId | Expression | false | |
when | Expression | boolean | false | When the property is set to 'false', the action will not execute. Default is 'true'. |
options | Goto Action Options | true | Options related to Jig Actions on bottom panel |
When the property is set to 'false', the action will not execute. Default is 'true'.
Options related to Jig Actions on bottom panel
Properties of the options object:
Property | Type | Required | Description |
linkTo | string | string | true | Id of Jig you want to navigate to |
parameters | string | string | false | Parameters sent as inputs to the Jig |
Id of Jig you want to navigate to
The object must be any of the following types:
Parameters sent as inputs to the Jig
