⚠️ You are viewing documentation for an older version of Compose SDK.
Version:
# Type alias ScattermapDataPointEventHandler
ScattermapDataPointEventHandler: (
point,nativeEvent) =>void
Click handler for when a data point on Scattermap is clicked.
# Parameters
| Parameter | Type |
|---|---|
point | ScattermapDataPoint |
nativeEvent | MouseEvent |
# Returns
void