✅ You are viewing documentation for the latest version of Compose SDK.
Version:
# Type alias IndicatorDataPointEventHandler
IndicatorDataPointEventHandler: (
event
) =>void
Click handler for when a data point on Indicator is clicked.
# Parameters
Parameter | Type |
---|---|
event | IndicatorDataPointEvent |
# Returns
void