A context menu item.

Syntax

{
   [isChecked: <boolean>],
   [isEnabled: <boolean>],
   text: <string>,
   [imageUrl: <string>],
   [items: <ContextMenuItem[]>],
   [dropDownIsScrollable: <boolean>],
   [clickHandler: <ContextMenuItemClickHandler>]
}

Introduced: 31.0.

Properties

Property Description
clickHandler Optional.
dropDownIsScrollable Optional.
imageUrl Optional.
isChecked Optional.
isEnabled Optional.
items Optional.
text The menu item text.