Context menu item click event arguments.

Syntax

{
   item: <ContextMenuItem>,
   cancel: <boolean>
}

Introduced: 31.0.

Properties

Property Description
cancel Set this to true to prevent the click from being sent to the backend.
item The clicked context menu item.