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

Interface MultiIndices

src/react-sortable.tsx:395–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393// everything below this point can be removed
394// once @types has been merged. PR submited
395interface MultiIndices {
396 multiDragElement: HTMLElement;
397 index: number;
398}
399
400export interface MultiDragEvent extends SortableEvent {
401 // @todo - add this to @types

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…