DropInfo
Interface to specify the drag data in the droppable.
Props
The following table outlines the props for the DropInfo:
| Name | Type | Default | Description |
|---|---|---|---|
| draggable | HTMLElement | - | Specifies the current draggable element |
| draggedElement | HTMLElement | - | Specifies the drag target element |
| helper | HTMLElement | - | Specifies the current helper element. |