TreeListItemChangeEvent
Interface
Represents the object of the onItemChange TreeList event.
Definition
Package:@progress/kendo-react-treelist
Properties
dataItem
any
The data item which corresponds to the current row.
field?
string
The field to which the row is bound.
level
number[]
An array of indexes of each parent and current item in the data tree.
nativeEvent
any
A native DOM event.
syntheticEvent
SyntheticEvent<any, Event>
A React Synthetic Event.
value
any
The value of the item.