MCPcopy Index your code
hub / github.com/SortableJS/Sortable / dragOverEvent

Function dragOverEvent

modular/sortable.core.esm.js:1638–1655  ·  view source on GitHub ↗
(name, extra)

Source from the content-addressed store, hash-verified

1636 completedFired = false;
1637 if (_silent) return;
1638 function dragOverEvent(name, extra) {
1639 pluginEvent(name, _this, _objectSpread2({
1640 evt: evt,
1641 isOwner: isOwner,
1642 axis: vertical ? 'vertical' : 'horizontal',
1643 revert: revert,
1644 dragRect: dragRect,
1645 targetRect: targetRect,
1646 canSort: canSort,
1647 fromSortable: fromSortable,
1648 target: target,
1649 completed: completed,
1650 onMove: function onMove(target, after) {
1651 return _onMove(rootEl, el, dragEl, dragRect, target, getRect(target), evt, after);
1652 },
1653 changed: changed
1654 }, extra));
1655 }
1656
1657 // Capture animation state
1658 function capture() {

Callers 3

captureFunction · 0.70
completedFunction · 0.70

Calls 4

pluginEventFunction · 0.70
_objectSpread2Function · 0.70
_onMoveFunction · 0.70
getRectFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…