Search results

CommandMenuCloseEventArgs API in React Blockeditor API component

This event is triggered when the command menu closes.

Properties

cancel

boolean

Specifies whether the event should be canceled. true to prevent closing the command menu.

commands

CommandItemModel[]

Specifies the list of command items that were displayed in the command menu.

event

Event

Specifies the native browser event associated with the closing of the command menu.