MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / GraphSceneProps

Interface GraphSceneProps

graph-ui/src/components/GraphScene.tsx:113–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111/* ── Main scene ─────────────────────────────────────────── */
112
113interface GraphSceneProps {
114 data: GraphData;
115 highlightedIds: Set<number> | null;
116 cameraTarget: CameraTarget | null;
117 showLabels: boolean;
118 display?: DisplaySettings;
119 onNodeClick: (node: GraphNode) => void;
120}
121
122export type { CameraTarget };
123

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected