TemplateFieldTooltipItemArgs

data class TemplateFieldTooltipItemArgs(val fieldId: Output<String>, val label: Output<String>? = null, val tooltipTarget: Output<TemplateTooltipTarget>? = null, val visibility: Output<Any>? = null) : ConvertibleToJava<TemplateFieldTooltipItemArgs>

Constructors

Link copied to clipboard
constructor(fieldId: Output<String>, label: Output<String>? = null, tooltipTarget: Output<TemplateTooltipTarget>? = null, visibility: Output<Any>? = null)

Properties

Link copied to clipboard
val fieldId: Output<String>

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

Link copied to clipboard
val label: Output<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
val visibility: Output<Any>? = null

The visibility of the tooltip item.

Functions

Link copied to clipboard
open override fun toJava(): TemplateFieldTooltipItemArgs