ContextMenuOpenEventArgs

23 Sep 20251 minute to read

Provides information about the event when the context menu opens.

Properties

element HTMLElement

Specifies the HTML element associated with the clicked menu item.

items ContextMenuItemModel[]

Specifies the list of context menu items available in the menu.

parentItem ContextMenuItemModel

Specifies the parent context menu item.