The event argument for context menu related events.

Syntax

{
   items: <ContextMenuItem[]>,
   location: <number>,
   cancel: <boolean>
}

Introduced: 31.0.

Properties

Property Description
cancel Set this to true to suppress the context menu.
items Context menu items (see ContextMenuItem).
location A binary combination of ContextMenuLocation values.