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

Interface Input

src/util.ts:154–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154export interface Input {
155 parentElement: HTMLElement;
156 element: HTMLElement;
157 oldIndex: number;
158 newIndex: number;
159}
160
161export interface Normalized<T> extends Input {
162 item: T;

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…