Member Junction
    Preparing search index...

    Payload emitted when the user clicks a cluster label in the legend.

    interface ClusterSelectedEvent {
        ClusterId: number;
        Color: string;
        Label: string;
        MemberCount: number;
    }
    Index

    Properties

    ClusterId: number

    The numeric cluster ID that was selected.

    Color: string

    The display color of the cluster.

    Label: string

    The human-readable label shown in the legend.

    MemberCount: number

    Number of points belonging to this cluster.