Interface for a class BlockActionMenuSettings
EmitType<BlockActionMenuCloseEventArgs>
Specifies the event triggered when the block actions menu closes.
EmitType<BlockActionItemClickEventArgs>
Specifies the event triggered when an item is being selected from the menu.
EmitType<BlockActionMenuOpenEventArgs>
Specifies the event triggered when the block actions menu opens.
boolean
Specifies whether the block actions menu is enabled.
If set to false
, the menu will not be displayed.
boolean
Specifies whether the tooltip is enabled for the block action menu.
If set to true
, tooltips will be displayed based on the tooltip
property of the action item.
Specifies the action items in the block actions menu. This defines the set of commands that appear when the menu is opened.
string
Specifies the popup height for the action menu.
string
Specifies the popup width for the action menu.