ActionOptions
Properties
actionId
Human-readable, non-unique ID of an action item. Similar to label, but language-agnostic.
Type
active
OptionalIs active
Type
boolean
checkable
OptionalWhether an action should have a checkbox next to it.
Type
boolean
checked
OptionalIf checkable is true
then whether current state is checked or not.
Type
boolean
disabled
OptionalWhether 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
OptionalText title of an action
Type
string
loading
OptionalWhether 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
onExecute
OptionalA function which will be called when an action should be executed (e.g. when a user clicks on the item).
Type
shortcutHint
OptionalA string that represents a shortcut hint for this action.
Type
string
subItems
OptionalSub-items of an action