DragTargetDragEvent
Arguments for the drag event of the DragTarget and DragTargetContainer.
Definition
Package:@progress/kendo-angular-utils
Methods
Returns true if you or any subscriber prevented the default action.
boolean
true if the default action was prevented, otherwise, false.
Prevents the default action for the event. The source component suppresses the built-in behavior that follows the event.
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.
hintElement?
HTMLElement
The hint element of the DragTarget.