CommandMenuOpenEventArgs

23 Sep 20251 minute to read

This event is triggered when the command menu opens.

Properties

cancel boolean

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

commands CommandItemModel[]

Specifies the list of command items to be displayed in the command menu.

event Event

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