HelpBot Assistant

How can I help you?

BlockActionMenuSettingsModel

16 Mar 20261 minute to read

Interface for a class BlockActionMenuSettings

Properties

enable boolean

Specifies whether the block actions menu is enabled.
If set to false, the menu will not be displayed.

enableTooltip 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.

items BlockActionItemModel[]

Specifies the action items in the block actions menu.
This defines the set of commands that appear when the menu is opened.

popupHeight string

Specifies the popup height for the action menu.

popupWidth string

Specifies the popup width for the action menu.

Events

beforeClose EmitType<BlockActionMenuBeforeCloseEventArgs>

Specifies the event triggered before the block actions menu closes.

beforeOpen EmitType<BlockActionMenuBeforeOpenEventArgs>

Specifies the event triggered before the block actions menu opens.

itemSelect EmitType<BlockActionItemSelectEventArgs>

Specifies the event triggered when an item is being selected from the menu.