✅ You are viewing documentation for the latest version of Compose SDK.
Version:

# Type alias CalendarHeatmapDataPointsEventHandler Alpha

CalendarHeatmapDataPointsEventHandler: (points, nativeEvent) => void

Click handler for when multiple calendar-heatmap data points are selected.

# Parameters

Parameter Type
points CalendarHeatmapDataPoint[]
nativeEvent MouseEvent

# Returns

void