Member Junction
    Preparing search index...

    Node in a network graph

    interface GraphNode {
        group?: string;
        id: string;
        label?: string;
        size?: number;
    }
    Index

    Properties

    Properties

    group?: string

    Group/category for coloring

    id: string

    Unique node identifier

    label?: string

    Display label

    size?: number

    Node size (auto-calculated if not provided)