MCPcopy Index your code
hub / github.com/SortableJS/react-sortablejs / MultiDragEvent

Interface MultiDragEvent

src/react-sortable.tsx:400–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

398}
399
400export interface MultiDragEvent extends SortableEvent {
401 // @todo - add this to @types
402 clones: HTMLElement[];
403 oldIndicies: MultiIndices[];
404 newIndicies: MultiIndices[];
405 swapItem: HTMLElement | null;
406}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…