TreeListItemChangeEvent

Represents the object of the onItemChange TreeList event.

NameTypeDefaultDescription

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>

A React Synthetic Event.

target

TreeList

An event target.

value

any

The value of the item.