MCPcopy
hub / github.com/binaricat/Netcatty / PanePosition

Interface PanePosition

domain/workspace.ts:319–327  ·  view source on GitHub ↗

* Get all panes with their positions for navigation.

Source from the content-addressed store, hash-verified

317 * Get all panes with their positions for navigation.
318 */
319interface PanePosition {
320 sessionId: string;
321 path: number[];
322 // Calculated bounds (normalized 0-1)
323 x: number;
324 y: number;
325 width: number;
326 height: number;
327}
328
329const collectPanePositions = (
330 node: WorkspaceNode,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected