TreeListDataStateChangeEvent

Represents the object of the onDataStateChange TreeList event.

NameTypeDefaultDescription

dataState

{ field?: string; filter?: FilterDescriptor[]; sort?: SortDescriptor[]; }

The state of the TreeList based on the user action.

nativeEvent

any

A native DOM event.

syntheticEvent

SyntheticEvent<any>

A React Synthetic Event.

target

TreeList

An event target.

In this article

Not finding the help you need?