jig-actions
Actions configuration for Jig itself.
The schema defines the following properties:
Property | Type | Required | Description |
when | string | boolean | false | Whether or not these actions are displayed on the screen. Default is 'true'. |
children | true | First action in children is primary action of the Jig | |
style | Style | false | Styles for action panel |
children (keg-action-on-button[], required)
First action in children is primary action of the Jig
The object is an array with all elements of the type keg-action-on-button.
Styles for action panel
Properties of the style object:
Property | Type | Required | Description |
isDisabled | boolean | string | false | Whether or not actions are disabled |
isEssential | boolean | string | false | Only actions are displayed. Nothing else. |
isDanger | boolean | string | false | Whether or not action is dangerous |
Whether or not actions are disabled
The object must be any of the following types:
Only actions are displayed. Nothing else.
The object must be any of the following types:
Whether or not action is dangerous
The object must be any of the following types:
