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

Function _dispatchEvent

src/Sortable.js:82–94  ·  view source on GitHub ↗
(info)

Source from the content-addressed store, hash-verified

80};
81
82function _dispatchEvent(info) {
83 dispatchEvent({
84 putSortable,
85 cloneEl,
86 targetEl: dragEl,
87 rootEl,
88 oldIndex,
89 oldDraggableIndex,
90 newIndex,
91 newDraggableIndex,
92 ...info
93 });
94}
95
96
97let dragEl,

Callers 3

dispatchSortableEventFunction · 0.70
Sortable.jsFile · 0.70
changedFunction · 0.70

Calls 1

dispatchEventFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…