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

Function _dispatchEvent

modular/sortable.core.esm.js:854–865  ·  view source on GitHub ↗
(info)

Source from the content-addressed store, hash-verified

852 }, data));
853};
854function _dispatchEvent(info) {
855 dispatchEvent(_objectSpread2({
856 putSortable: putSortable,
857 cloneEl: cloneEl,
858 targetEl: dragEl,
859 rootEl: rootEl,
860 oldIndex: oldIndex,
861 oldDraggableIndex: oldDraggableIndex,
862 newIndex: newIndex,
863 newDraggableIndex: newDraggableIndex
864 }, info));
865}
866var dragEl,
867 parentEl,
868 ghostEl,

Callers 3

pluginEventFunction · 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…