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

Interface DisplaySettings

graph-ui/src/lib/density.ts:82–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 * globally (a display preference, not a per-project fact). */
81
82export interface DisplaySettings {
83 /** Edge brightness multiplier (0.1–3, default 1). */
84 edgeBrightness: number;
85 /** Node glow-boost multiplier (0–2, default 1). */
86 nodeGlow: number;
87 /** Bloom intensity multiplier (0–2, default 1). */
88 bloom: number;
89}
90
91export const DEFAULT_DISPLAY_SETTINGS: DisplaySettings = {
92 edgeBrightness: 1,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected