| 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.SheetStyle
Description
Synopsis
Documentation
data SheetStyle Source #
The theme display options for sheets.
See: newSheetStyle smart constructor.
Constructors
| SheetStyle' | |
Fields 
  | |
Instances
newSheetStyle :: SheetStyle Source #
Create a value of SheetStyle 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:tile:SheetStyle', sheetStyle_tile - The display options for tiles.
$sel:tileLayout:SheetStyle', sheetStyle_tileLayout - The layout options for tiles.
sheetStyle_tile :: Lens' SheetStyle (Maybe TileStyle) Source #
The display options for tiles.
sheetStyle_tileLayout :: Lens' SheetStyle (Maybe TileLayoutStyle) Source #
The layout options for tiles.