Arguments for the dragEnd event of the DragTarget and DragTargetContainer.
Definition
Package:@progress/kendo-angular-utils
Properties
The information related to the current drag event. This is the normalized drag event that contains details about the drag operation.
dragTarget
HTMLElement
The DOM element being dragged.
The identifier passed to the dragTargetId input property of the DragTarget or DragTargetContainer directive.
dragTargetIndex?
number
The index of the current drag target in the collection of drag targets. Applies to DragTargetContainer directive.