TreeViewContextMenuEvent
Interface
Represents the object of the onContextMenu event (see example).
Definition
Package:@progress/kendo-react-treeview
Properties
item
any
The data object that represents the current item.
itemID
string
The ID of the current item.
nativeEvent
any
A native DOM event.
syntheticEvent
MouseEvent<any, MouseEvent>
A React Synthetic Event.