TreeListKeyDownEvent

Represents the object of the onKeyDownEvent TreeList event.

NameTypeDefaultDescription

cell

boolean

Indicates if cell selection mode is enabled.

componentId

string

The component unique identifier.

dataItems

any[]

The current leaf data items.

mode

"multiple" | "single"

Selection mode.

nativeEvent

any

A native DOM event.

selectedField

string

The selectedField prop of the component.

syntheticEvent

SyntheticEvent<any>

A React Synthetic Event.

target

TreeList

An event target.