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

Interface DragRuntimeState

src/hooks/usePanelDrag.ts:89–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89interface DragRuntimeState {
90 activeId: string | null;
91 sourceContainerIdx: number;
92 preferredContainerIdx: number;
93 latestClientX: number;
94 latestClientY: number;
95 projectedVisibleOrders: string[][] | null;
96 lastTargetKey: string;
97}
98
99export interface PanelDragOverlayData {
100 title: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected