ja-action-list
The schema defines the following additional types:
Properties of the JAActionListOnButtonConfig object:
Property | Type | Required | Description |
type | action.action-list | 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 | Action List 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` |
actions | true | | |
isSequential | boolean | false | |
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:
actions (keg-action-in-background[], required)
The object is an array with all elements of the type keg-action-in-background.
Action List L35
Properties of the JAActionListInBackgroundConfig object:
Property | Type | Required | Description |
type | action.action-list | 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 | Action List 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 |
actions | true | | |
isSequential | boolean | false | |
actions (keg-action-in-background[], required)
The object is an array with all elements of the type keg-action-in-background.
