DashboardFieldTooltipItem

data class DashboardFieldTooltipItem(val fieldId: String, val label: String? = null, val tooltipTarget: DashboardTooltipTarget? = null, val visibility: DashboardVisibility? = null)

Constructors

Link copied to clipboard
constructor(fieldId: String, label: String? = null, tooltipTarget: DashboardTooltipTarget? = null, visibility: DashboardVisibility? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique ID of the field that is targeted by the tooltip.

Link copied to clipboard
val label: String? = null

The label of the tooltip item.

Link copied to clipboard

Determines the target of the field tooltip item in a combo chart visual.

Link copied to clipboard

The visibility of the tooltip item.