| 87 | } |
| 88 | |
| 89 | interface 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 | |
| 99 | export interface PanelDragOverlayData { |
| 100 | title: string; |
nothing calls this directly
no outgoing calls
no test coverage detected