Drag Drop Example 18: Handle dragging over drop target

You may track drag over target using onDragOver event. As you see in this example, corresponding handler may use cursor position and movement related information. Just drag any fruit over other fruits in the basket.

x: {{position.x}}, y: {{position.y}}, direction: {{direction}}