TreeViewItemClickEvent
Represents the object of the onItemClick
event (see example).
Name | Type | Default | Description |
---|---|---|---|
item |
|
The item that is clicked. | |
itemHierarchicalIndex |
|
The hierarchical index of the item. The indices are zero-based.
The first root item has a | |
nativeEvent |
|
A native DOM event. | |
syntheticEvent |
|
A React Synthetic Event. | |
target |
|
An event target. |