| 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.TableSideBorderOptions
Description
Synopsis
- data TableSideBorderOptions = TableSideBorderOptions' {}
- newTableSideBorderOptions :: TableSideBorderOptions
- tableSideBorderOptions_bottom :: Lens' TableSideBorderOptions (Maybe TableBorderOptions)
- tableSideBorderOptions_innerHorizontal :: Lens' TableSideBorderOptions (Maybe TableBorderOptions)
- tableSideBorderOptions_innerVertical :: Lens' TableSideBorderOptions (Maybe TableBorderOptions)
- tableSideBorderOptions_left :: Lens' TableSideBorderOptions (Maybe TableBorderOptions)
- tableSideBorderOptions_right :: Lens' TableSideBorderOptions (Maybe TableBorderOptions)
- tableSideBorderOptions_top :: Lens' TableSideBorderOptions (Maybe TableBorderOptions)
Documentation
data TableSideBorderOptions Source #
The side border options for a table.
See: newTableSideBorderOptions smart constructor.
Constructors
| TableSideBorderOptions' | |
Fields
| |
Instances
newTableSideBorderOptions :: TableSideBorderOptions Source #
Create a value of TableSideBorderOptions 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:bottom:TableSideBorderOptions', tableSideBorderOptions_bottom - The table border options of the bottom border.
$sel:innerHorizontal:TableSideBorderOptions', tableSideBorderOptions_innerHorizontal - The table border options of the inner horizontal border.
$sel:innerVertical:TableSideBorderOptions', tableSideBorderOptions_innerVertical - The table border options of the inner vertical border.
$sel:left:TableSideBorderOptions', tableSideBorderOptions_left - The table border options of the left border.
$sel:right:TableSideBorderOptions', tableSideBorderOptions_right - The table border options of the right border.
$sel:top:TableSideBorderOptions', tableSideBorderOptions_top - The table border options of the top border.
tableSideBorderOptions_bottom :: Lens' TableSideBorderOptions (Maybe TableBorderOptions) Source #
The table border options of the bottom border.
tableSideBorderOptions_innerHorizontal :: Lens' TableSideBorderOptions (Maybe TableBorderOptions) Source #
The table border options of the inner horizontal border.
tableSideBorderOptions_innerVertical :: Lens' TableSideBorderOptions (Maybe TableBorderOptions) Source #
The table border options of the inner vertical border.
tableSideBorderOptions_left :: Lens' TableSideBorderOptions (Maybe TableBorderOptions) Source #
The table border options of the left border.
tableSideBorderOptions_right :: Lens' TableSideBorderOptions (Maybe TableBorderOptions) Source #
The table border options of the right border.
tableSideBorderOptions_top :: Lens' TableSideBorderOptions (Maybe TableBorderOptions) Source #
The table border options of the top border.