Search results

BlockActionItemModel API in React Blockeditor API component

Interface for a class BlockActionItem

Properties

disabled

boolean

Specifies whether the action item is disabled. When set to true, the action item will be unavailable for selection and execution.

iconCss

string

Specifies the CSS class for the action icon. This allows styling customization of the menu items.

id

string

Specifies unique identifier of the action item.

label

string

Specifies the display label of the action item.

shortcut

string

Specifies the keyboard shortcut for the action item. This allows users to trigger the action using a specific key combination.

tooltip

string

Specifies the tooltip for the action item. This is an optional description shown on hover.