Interface for a class BlockActionItem
boolean
Specifies whether the action item is disabled.
When set to true
, the action item will be unavailable for selection and execution.
string
Specifies the CSS class for the action icon. This allows styling customization of the menu items.
string
Specifies unique identifier of the action item.
string
Specifies the display label of the action item.
string
Specifies the keyboard shortcut for the action item. This allows users to trigger the action using a specific key combination.
string
Specifies the tooltip for the action item. This is an optional description shown on hover.