The dragged element
The list that the element was dragged to
The list that the element was dragged from
OptionaloldOld index of the element (before drag)
OptionalnewNew index of the element (after drag)
OptionaloldOld index among draggable elements only
OptionalnewNew index among draggable elements only
OptionalcloneCloned element (when using group.pull: 'clone')
OptionalpullPull mode used for this operation
Array of selected elements (multi-drag mode)
Element being dragged over
OptionalwillWhether the move will result in a swap
OptionaldraggedThe target list element
OptionaltargetThe target element's rectangle
OptionalrelatedThe related element's rectangle
Move event object passed to onMove callback
Remarks
This event provides information about move operations during drag, allowing you to control whether the move should be allowed.
Public