BlockActionMenuCloseEventArgs

23 Sep 20251 minute to read

Represents the event arguments for closing the block action menu.

Properties

cancel boolean

Specifies whether to cancel the action.
If true, the menu will not close.

event Event

Represents the event that triggered the closing of the menu.

items BlockActionItemModel[]

Specifies the list of block action items in the menu.