| 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.TableOptions
Description
Synopsis
- data TableOptions = TableOptions' {}
- newTableOptions :: TableOptions
- tableOptions_cellStyle :: Lens' TableOptions (Maybe TableCellStyle)
- tableOptions_headerStyle :: Lens' TableOptions (Maybe TableCellStyle)
- tableOptions_orientation :: Lens' TableOptions (Maybe TableOrientation)
- tableOptions_rowAlternateColorOptions :: Lens' TableOptions (Maybe RowAlternateColorOptions)
Documentation
data TableOptions Source #
The table options for a table visual.
See: newTableOptions smart constructor.
Constructors
| TableOptions' | |
Fields
| |
Instances
newTableOptions :: TableOptions Source #
Create a value of TableOptions 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:cellStyle:TableOptions', tableOptions_cellStyle - The table cell style of table cells.
$sel:headerStyle:TableOptions', tableOptions_headerStyle - The table cell style of a table header.
$sel:orientation:TableOptions', tableOptions_orientation - The orientation (vertical, horizontal) for a table.
$sel:rowAlternateColorOptions:TableOptions', tableOptions_rowAlternateColorOptions - The row alternate color options (widget status, row alternate colors)
for a table.
tableOptions_cellStyle :: Lens' TableOptions (Maybe TableCellStyle) Source #
The table cell style of table cells.
tableOptions_headerStyle :: Lens' TableOptions (Maybe TableCellStyle) Source #
The table cell style of a table header.
tableOptions_orientation :: Lens' TableOptions (Maybe TableOrientation) Source #
The orientation (vertical, horizontal) for a table.
tableOptions_rowAlternateColorOptions :: Lens' TableOptions (Maybe RowAlternateColorOptions) Source #
The row alternate color options (widget status, row alternate colors) for a table.