# 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