ActionState
Properties
actionId
Human-readable, non-unique ID of an action item. Similar to label, but language-agnostic.
Type
active
Is active
Type
boolean
checkable
Whether an action should have a checkbox next to it.
Type
boolean
checked
If checkable is true
then whether current state is checked or not.
Type
boolean
disabled
Whether an action is disabled or not (disabled actions are usually cannot be executed and displayed grayed out)
Type
boolean
hint
OptionalA hint of an action.
Type
string
icon
OptionalA string of SVG icon for an action. A string should be a string representation of SVG (not a path/URL).
Type
string
iconChecked
OptionalIf checkable is true
then an icon to be used when checked is true
.
Type
string
label
Text title of an action
Type
string
loading
Whether an action is still in loading state (it means that it's data is not ready yet). Usually in this case a spinner/loader will be displayed instead of this action.
Type
boolean
shortcutHint
OptionalA string that represents a shortcut hint for this action.
Type
string
subItems
Sub-items of an action