MCPcopy Create free account
hub / github.com/AmazingAng/PolyWorld / DropTarget

Interface DropTarget

src/hooks/usePanelDrag.ts:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63interface DropTarget {
64 containerIdx: number;
65 insertIndex: number;
66 previewRect: DOMRect;
67}
68
69interface PreviewCandidate extends DropTarget {
70 row: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected