TemplateFieldTooltipItem

data class TemplateFieldTooltipItem(val fieldId: String, val label: String? = null, val tooltipTarget: TemplateTooltipTarget? = null, val visibility: TemplateVisibility? = null)

Constructors

Link copied to clipboard
constructor(fieldId: String, label: String? = null, tooltipTarget: TemplateTooltipTarget? = null, visibility: TemplateVisibility? = 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.