OverEvent

Data provided to handlers while a dragged item is over a target includes drag data, the original event, and the affected target element.

Props

The following table outlines the props for the OverEvent:

NameTypeDefaultDescription
dragData
-

Specifies the dragData.

event
MouseEvent & TouchEvent
-

Specifies the original mouse or touch event arguments.

target
HTMLElement
-

Specifies the target element.