| 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.TileLayoutStyle
Description
Documentation
data TileLayoutStyle Source #
The display options for the layout of tiles on a sheet.
See: newTileLayoutStyle smart constructor.
Constructors
| TileLayoutStyle' | |
Fields
| |
Instances
newTileLayoutStyle :: TileLayoutStyle Source #
Create a value of TileLayoutStyle 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:gutter:TileLayoutStyle', tileLayoutStyle_gutter - The gutter settings that apply between tiles.
$sel:margin:TileLayoutStyle', tileLayoutStyle_margin - The margin settings that apply around the outside edge of sheets.
tileLayoutStyle_gutter :: Lens' TileLayoutStyle (Maybe GutterStyle) Source #
The gutter settings that apply between tiles.
tileLayoutStyle_margin :: Lens' TileLayoutStyle (Maybe MarginStyle) Source #
The margin settings that apply around the outside edge of sheets.