HelperEvent
Data passed to drag helper callbacks includes the helper element and the originating mouse or touch event.
Props
The following table outlines the props for the HelperEvent:
| Name | Type | Default | Description |
|---|---|---|---|
| element | HTMLElement | - | Specifies the current target element. |
| sender | MouseEvent & TouchEvent | - | Specifies the actual event. |