TreeListRowContextMenuEvent
Represents the object of the onRowContextMenu
TreeList event.
Name | Type | Default | Description |
---|---|---|---|
dataItem |
|
The data item which corresponds to the clicked row. | |
level |
|
An array of indexes of each parent and current item in the data tree. | |
nativeEvent |
|
A native DOM event. | |
syntheticEvent |
|
A React Synthetic Event. | |
target |
|
An event target. |