| 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.TotalOptions
Description
Synopsis
- data TotalOptions = TotalOptions' {}
- newTotalOptions :: TotalOptions
- totalOptions_customLabel :: Lens' TotalOptions (Maybe Text)
- totalOptions_placement :: Lens' TotalOptions (Maybe TableTotalsPlacement)
- totalOptions_scrollStatus :: Lens' TotalOptions (Maybe TableTotalsScrollStatus)
- totalOptions_totalCellStyle :: Lens' TotalOptions (Maybe TableCellStyle)
- totalOptions_totalsVisibility :: Lens' TotalOptions (Maybe Visibility)
Documentation
data TotalOptions Source #
The total options for a table visual.
See: newTotalOptions smart constructor.
Constructors
| TotalOptions' | |
Fields
| |
Instances
newTotalOptions :: TotalOptions Source #
Create a value of TotalOptions 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:customLabel:TotalOptions', totalOptions_customLabel - The custom label string for the total cells.
$sel:placement:TotalOptions', totalOptions_placement - The placement (start, end) for the total cells.
$sel:scrollStatus:TotalOptions', totalOptions_scrollStatus - The scroll status (pinned, scrolled) for the total cells.
$sel:totalCellStyle:TotalOptions', totalOptions_totalCellStyle - Cell styling options for the total cells.
$sel:totalsVisibility:TotalOptions', totalOptions_totalsVisibility - The visibility configuration for the total cells.
totalOptions_customLabel :: Lens' TotalOptions (Maybe Text) Source #
The custom label string for the total cells.
totalOptions_placement :: Lens' TotalOptions (Maybe TableTotalsPlacement) Source #
The placement (start, end) for the total cells.
totalOptions_scrollStatus :: Lens' TotalOptions (Maybe TableTotalsScrollStatus) Source #
The scroll status (pinned, scrolled) for the total cells.
totalOptions_totalCellStyle :: Lens' TotalOptions (Maybe TableCellStyle) Source #
Cell styling options for the total cells.
totalOptions_totalsVisibility :: Lens' TotalOptions (Maybe Visibility) Source #
The visibility configuration for the total cells.