TreeListRowDragEvent

Represents the object of the TreeList row Drag and Drop event.

NameTypeDefaultDescription

dragged

number[]

The level of the dragged row. The level represents an array of indexes of each parent and current item in the data tree.

draggedItem

any

The data item which corresponds to the dragged row.

draggedOver

"null" | number[]

The level of the draggedOver row. The level represents an array of indexes of each parent and current item in the data tree.

nativeEvent

any

A native DOM event.

target

TreeList

An event target.

In this article

Not finding the help you need?