Class TooltipShowingEventArgs

The class used as the argument to the onTooltipShowing event.

Hierarchy

  • TooltipShowingEventArgs

Index

Properties

cancel

cancel: boolean

A flag which if set to true will disable the rendering of the tooltip.

cell

cell: RVCell

The data cell for which a tooltip is about to be shown.

customItems

customItems: RVTooltipItem[]

An array of RVTooltipItem objects for showing custom menu items in the tooltip.

row

row: RVCell[]

The whole data row for which a tooltip is about to be shown.

visualization

visualization: RVVisualization

The visualization for which a tooltip is about to be shown.