| 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.FieldTooltipItem
Description
Synopsis
- data FieldTooltipItem = FieldTooltipItem' {
- label :: Maybe Text
- visibility :: Maybe Visibility
- fieldId :: Text
- newFieldTooltipItem :: Text -> FieldTooltipItem
- fieldTooltipItem_label :: Lens' FieldTooltipItem (Maybe Text)
- fieldTooltipItem_visibility :: Lens' FieldTooltipItem (Maybe Visibility)
- fieldTooltipItem_fieldId :: Lens' FieldTooltipItem Text
Documentation
data FieldTooltipItem Source #
The tooltip item for the fields.
See: newFieldTooltipItem smart constructor.
Constructors
| FieldTooltipItem' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> FieldTooltipItem |
Create a value of FieldTooltipItem 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:label:FieldTooltipItem', fieldTooltipItem_label - The label of the tooltip item.
$sel:visibility:FieldTooltipItem', fieldTooltipItem_visibility - The visibility of the tooltip item.
$sel:fieldId:FieldTooltipItem', fieldTooltipItem_fieldId - The unique ID of the field that is targeted by the tooltip.
fieldTooltipItem_label :: Lens' FieldTooltipItem (Maybe Text) Source #
The label of the tooltip item.
fieldTooltipItem_visibility :: Lens' FieldTooltipItem (Maybe Visibility) Source #
The visibility of the tooltip item.
fieldTooltipItem_fieldId :: Lens' FieldTooltipItem Text Source #
The unique ID of the field that is targeted by the tooltip.