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

Function dragOverEvent

src/Sortable.js:1028–1046  ·  view source on GitHub ↗
(name, extra)

Source from the content-addressed store, hash-verified

1026 if (_silent) return;
1027
1028 function dragOverEvent(name, extra) {
1029 pluginEvent(name, _this, {
1030 evt,
1031 isOwner,
1032 axis: vertical ? 'vertical' : 'horizontal',
1033 revert,
1034 dragRect,
1035 targetRect,
1036 canSort,
1037 fromSortable,
1038 target,
1039 completed,
1040 onMove(target, after) {
1041 return onMove(rootEl, el, dragEl, dragRect, target, getRect(target), evt, after);
1042 },
1043 changed,
1044 ...extra
1045 });
1046 }
1047
1048 // Capture animation state
1049 function capture() {

Callers 3

captureFunction · 0.70
completedFunction · 0.70
Sortable.jsFile · 0.70

Calls 1

pluginEventFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…