DashboardTooltipOptions

data class DashboardTooltipOptions(val fieldBasedTooltip: DashboardFieldBasedTooltip? = null, val selectedTooltipType: DashboardSelectedTooltipType? = null, val tooltipVisibility: DashboardVisibility? = null)

Constructors

Link copied to clipboard
constructor(fieldBasedTooltip: DashboardFieldBasedTooltip? = null, selectedTooltipType: DashboardSelectedTooltipType? = null, tooltipVisibility: DashboardVisibility? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The setup for the detailed tooltip. The tooltip setup is always saved. The display type is decided based on the tooltip type.

Link copied to clipboard

The selected type for the tooltip. Choose one of the following options:

Link copied to clipboard

Determines whether or not the tooltip is visible.