Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data SheetStyle Source #
The theme display options for sheets.
See: newSheetStyle
smart constructor.
SheetStyle' | |
|
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:tileLayout:SheetStyle'
, sheetStyle_tileLayout
- The layout options for tiles.
$sel:tile:SheetStyle'
, sheetStyle_tile
- The display options for tiles.
sheetStyle_tileLayout :: Lens' SheetStyle (Maybe TileLayoutStyle) Source #
The layout options for tiles.
sheetStyle_tile :: Lens' SheetStyle (Maybe TileStyle) Source #
The display options for tiles.