ShowToolTipEventPayload
Payload for the event triggered to show a tooltip
Index
Column | Column |
---|---|
ShowToolTipEventPayload.customTooltipContent | ShowToolTipEventPayload.event |
ShowToolTipEventPayload.point |
Properties
customTooltipContent
customTooltipContent: string[]
Optional
Optional custom content to display in the tooltip.
event
event: Pick< PointerEvent, clientX | clientY >
The pointer event that triggered the tooltip display It includes the client's X and Y coordinates.
point
point: Point
Optional
Information about the data point associated with the tooltip User can also include both point and customTooltipContent depending upon the requirement