website logo
👥 Community🎯 Samples on GitHub🚦 System Status
💡 Guides
🚀 Examples
🍕 Developer Reference
⚡️ Changelog
🎥 Video Library
Navigate through spaces
⌘K
Overview
Reference
Actions
Data
UI
Widgets
Docs powered by
Archbee
Reference
Actions

jig-actions

7min

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

keg-action-on-button[]

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.

style (Style)

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

isDisabled (boolean | string)

Whether or not actions are disabled

The object must be any of the following types:

isDisabled (string)

isEssential (boolean | string)

Only actions are displayed. Nothing else.

The object must be any of the following types:

isEssential (string)

isDanger (boolean | string)

Whether or not action is dangerous

The object must be any of the following types:

isDanger (string)



Updated 25 Sep 2023
Did this page help you?
PREVIOUS
ja-sync-entities
NEXT
keg-action-in-background
Docs powered by
Archbee
TABLE OF CONTENTS
children (keg-action-on-button[], required)
style (Style)
isDisabled (boolean | string)
isDisabled (string)
isEssential (boolean | string)
isEssential (string)
isDanger (boolean | string)
isDanger (string)
Docs powered by
Archbee
Copyright © 2023 Jigx, Inc. All rights reserved. Terms of Service