TreeViewExpandChangeEvent
Represents the object of the onExpandChange
event (see example).
Name | Type | Default | Description |
---|---|---|---|
item |
| The item that is expanded or collapsed. | |
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. |