| 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.TooltipItem
Description
Synopsis
Documentation
data TooltipItem Source #
The tooltip.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
See: newTooltipItem smart constructor.
Constructors
| TooltipItem' | |
Fields
| |
Instances
newTooltipItem :: TooltipItem Source #
Create a value of TooltipItem 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:columnTooltipItem:TooltipItem', tooltipItem_columnTooltipItem - The tooltip item for the columns that are not part of a field well.
$sel:fieldTooltipItem:TooltipItem', tooltipItem_fieldTooltipItem - The tooltip item for the fields.
tooltipItem_columnTooltipItem :: Lens' TooltipItem (Maybe ColumnTooltipItem) Source #
The tooltip item for the columns that are not part of a field well.
tooltipItem_fieldTooltipItem :: Lens' TooltipItem (Maybe FieldTooltipItem) Source #
The tooltip item for the fields.