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