Analysis Tooltip Options Args
data class AnalysisTooltipOptionsArgs(val fieldBasedTooltip: Output<AnalysisFieldBasedTooltipArgs>? = null, val selectedTooltipType: Output<AnalysisSelectedTooltipType>? = null, val tooltipVisibility: Output<AnalysisVisibility>? = null) : ConvertibleToJava<AnalysisTooltipOptionsArgs>
Constructors
Link copied to clipboard
constructor(fieldBasedTooltip: Output<AnalysisFieldBasedTooltipArgs>? = null, selectedTooltipType: Output<AnalysisSelectedTooltipType>? = null, tooltipVisibility: Output<AnalysisVisibility>? = null)
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.