galaxy-nodes
    Preparing search index...

    Interface GraphCluster<TMeta>

    interface GraphCluster<TMeta = unknown> {
        center?: Vec3;
        color?: string;
        group?: string;
        id: string;
        label: string;
        meta?: TMeta;
        radius?: number;
    }

    Type Parameters

    • TMeta = unknown

    Hierarchy (View Summary)

    Index

    Properties

    center?: Vec3
    color?: string
    group?: string

    Grouping / filter key; matched against the active group like nodes.

    id: string
    label: string
    meta?: TMeta
    radius?: number