| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.QuickSight.Types.TooltipOptions
Description
Synopsis
- data TooltipOptions = TooltipOptions' {}
 - newTooltipOptions :: TooltipOptions
 - tooltipOptions_fieldBasedTooltip :: Lens' TooltipOptions (Maybe FieldBasedTooltip)
 - tooltipOptions_selectedTooltipType :: Lens' TooltipOptions (Maybe SelectedTooltipType)
 - tooltipOptions_tooltipVisibility :: Lens' TooltipOptions (Maybe Visibility)
 
Documentation
data TooltipOptions Source #
The display options for the visual tooltip.
See: newTooltipOptions smart constructor.
Constructors
| TooltipOptions' | |
Fields 
  | |
Instances
newTooltipOptions :: TooltipOptions Source #
Create a value of TooltipOptions with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:fieldBasedTooltip:TooltipOptions', tooltipOptions_fieldBasedTooltip - The setup for the detailed tooltip. The tooltip setup is always saved.
 The display type is decided based on the tooltip type.
$sel:selectedTooltipType:TooltipOptions', tooltipOptions_selectedTooltipType - The selected type for the tooltip. Choose one of the following options:
BASIC: A basic tooltip.DETAILED: A detailed tooltip.
$sel:tooltipVisibility:TooltipOptions', tooltipOptions_tooltipVisibility - Determines whether or not the tooltip is visible.
tooltipOptions_fieldBasedTooltip :: Lens' TooltipOptions (Maybe FieldBasedTooltip) Source #
The setup for the detailed tooltip. The tooltip setup is always saved. The display type is decided based on the tooltip type.
tooltipOptions_selectedTooltipType :: Lens' TooltipOptions (Maybe SelectedTooltipType) Source #
The selected type for the tooltip. Choose one of the following options:
BASIC: A basic tooltip.DETAILED: A detailed tooltip.
tooltipOptions_tooltipVisibility :: Lens' TooltipOptions (Maybe Visibility) Source #
Determines whether or not the tooltip is visible.