MCPcopy Create free account
hub / github.com/dashrobotco/robot-components / FloatingPanelData

Interface FloatingPanelData

app/nodegrid/page.tsx:2265–2272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2263
2264// Floating panel data
2265interface FloatingPanelData {
2266 id: string;
2267 x: number;
2268 y: number;
2269 width: number;
2270 height: number;
2271 isExiting?: boolean;
2272}
2273
2274// Connection between two panels
2275interface PanelConnection {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected