Search results

BlockActionMenuCloseEventArgs API in React Blockeditor API component

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.