MCPcopy
hub / github.com/SortableJS/Sortable / _dispatchEvent

Function _dispatchEvent

Sortable.js:860–871  ·  view source on GitHub ↗
(info)

Source from the content-addressed store, hash-verified

858 }, data));
859 };
860 function _dispatchEvent(info) {
861 dispatchEvent(_objectSpread2({
862 putSortable: putSortable,
863 cloneEl: cloneEl,
864 targetEl: dragEl,
865 rootEl: rootEl,
866 oldIndex: oldIndex,
867 oldDraggableIndex: oldDraggableIndex,
868 newIndex: newIndex,
869 newDraggableIndex: newDraggableIndex
870 }, info));
871 }
872 var dragEl,
873 parentEl,
874 ghostEl,

Callers 3

pluginEventFunction · 0.70
Sortable.jsFile · 0.70
changedFunction · 0.70

Calls 2

dispatchEventFunction · 0.70
_objectSpread2Function · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…