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

Interface NodeLabelsProps

graph-ui/src/components/NodeLabels.tsx:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import type { GraphNode } from "../lib/types";
4
5interface NodeLabelsProps {
6 nodes: GraphNode[];
7 highlightedIds: Set<number> | null;
8 maxLabels?: number;
9}
10
11interface LabelTexture {
12 texture: THREE.CanvasTexture;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected