| 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.PanelTitleOptions
Description
Synopsis
- data PanelTitleOptions = PanelTitleOptions' {}
- newPanelTitleOptions :: PanelTitleOptions
- panelTitleOptions_fontConfiguration :: Lens' PanelTitleOptions (Maybe FontConfiguration)
- panelTitleOptions_horizontalTextAlignment :: Lens' PanelTitleOptions (Maybe HorizontalTextAlignment)
- panelTitleOptions_visibility :: Lens' PanelTitleOptions (Maybe Visibility)
Documentation
data PanelTitleOptions Source #
The options that determine the title styles for each small multiples panel.
See: newPanelTitleOptions smart constructor.
Constructors
| PanelTitleOptions' | |
Fields
| |
Instances
newPanelTitleOptions :: PanelTitleOptions Source #
Create a value of PanelTitleOptions 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:fontConfiguration:PanelTitleOptions', panelTitleOptions_fontConfiguration - Undocumented member.
$sel:horizontalTextAlignment:PanelTitleOptions', panelTitleOptions_horizontalTextAlignment - Sets the horizontal text alignment of the title within each panel.
$sel:visibility:PanelTitleOptions', panelTitleOptions_visibility - Determines whether or not panel titles are displayed.
panelTitleOptions_fontConfiguration :: Lens' PanelTitleOptions (Maybe FontConfiguration) Source #
Undocumented member.
panelTitleOptions_horizontalTextAlignment :: Lens' PanelTitleOptions (Maybe HorizontalTextAlignment) Source #
Sets the horizontal text alignment of the title within each panel.
panelTitleOptions_visibility :: Lens' PanelTitleOptions (Maybe Visibility) Source #
Determines whether or not panel titles are displayed.