A ClusteringOptions.clusterBy cluster hull that has been hit by a pointer event

interface HitTargetCluster {
    data: Cluster;
    hull: Point[];
    pointerCoordinates: Point;
}

Properties

data: Cluster

The cluster that was hit

hull: Point[]

The convex hull used for the hit test

pointerCoordinates: Point

The coordinates of the pointer event