✅ You are viewing documentation for the latest version of Compose SDK.
Version:
# Type alias IndicatorDataPointEventHandler
IndicatorDataPointEventHandler: (
point
,nativeEvent
) =>void
Click handler for when an indicator chart is clicked.
# Parameters
Parameter | Type |
---|---|
point | IndicatorDataPoint |
nativeEvent | MouseEvent |
# Returns
void