OutEvent
Data passed to handlers when a dragged item leaves a target includes the original event and the affected element.
Props
The following table outlines the props for the OutEvent:
| Name | Type | Default | Description |
|---|---|---|---|
| event | MouseEvent & TouchEvent | - | Specifies the original mouse or touch event arguments. |
| target | HTMLElement | - | Specifies the target element. |