TreeListRowDragEvent
Interface
Represents the object of the TreeList row Drag and Drop event.
Definition
Package:@progress/kendo-vue-treelist
Properties
component
any
An event target.
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
number[]
The level of the draggedOver row. The level represents an array of indexes of each parent and current item in the data tree.
event
any
A native DOM event.