DragTargetDragEvent
Arguments for the drag event of the DragTarget
and DragTargetContainer
.
Name | Type | Default | Description |
---|---|---|---|
dragEvent |
|
The information related to the current drag event. This is the normalized drag event that contains details about the drag operation. | |
dragTarget |
|
The DOM element being dragged. | |
dragTargetId? |
|
The identifier passed to the | |
dragTargetIndex? |
|
The index of the current drag target in the collection of drag targets. Applies to | |
hintElement? |
|
The hint element of the |
Methods
isDefaultPrevented | ||||
---|---|---|---|---|
Returns | ||||
|
preventDefault |
---|
Prevents the default action for the event. The source component suppresses the built-in behavior that follows the event. |