galaxy-nodes
    Preparing search index...

    Interface GalaxyGraphVisualizerOptions

    interface GalaxyGraphVisualizerOptions {
        accessibleSummaryLimit?: number;
        datasetSizes?: readonly number[];
        expectedSize?: number;
        galaxyMode?: boolean;
        hoverDetailDelayMs?: number;
        motionPreference?: GalaxyMotionPreference;
        nodeSizeScale?: number;
        planetSizing?: GalaxyPlanetSizingOptions;
        renderMode?: GalaxyRenderMode;
        showClusters?: boolean;
        showControls?: boolean;
        showDatasetSizeControls?: boolean;
        showDetailPanel?: boolean;
        showGroupNav?: boolean;
        showKeyLegend?: boolean;
        showLegend?: boolean;
        showNavigationControls?: boolean;
        showSearch?: boolean;
        showStats?: boolean;
        showTimeline?: boolean;
        webglContextLimit?: number;
    }
    Index

    Properties

    accessibleSummaryLimit?: number
    datasetSizes?: readonly number[]
    expectedSize?: number

    Expected final element count (nodes + edges); picks the render tier up front for streamed data.

    galaxyMode?: boolean
    hoverDetailDelayMs?: number

    Delay before showing the node detail panel next to a hovered node. Defaults to 2000ms.

    motionPreference?: GalaxyMotionPreference
    nodeSizeScale?: number

    Global multiplier for rendered node point sprites. Defaults to a slightly larger 1.22.

    renderMode?: GalaxyRenderMode

    Edge render tier: 'auto' (default), 'quality' (tube edges), or 'scale' (lightweight line edges).

    showClusters?: boolean
    showControls?: boolean
    showDatasetSizeControls?: boolean
    showDetailPanel?: boolean
    showGroupNav?: boolean
    showKeyLegend?: boolean
    showLegend?: boolean
    showNavigationControls?: boolean
    showSearch?: boolean
    showStats?: boolean
    showTimeline?: boolean
    webglContextLimit?: number