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