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 |
Documentation
data TableFieldWells Source #
The field wells for a table visual.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
See: newTableFieldWells
smart constructor.
TableFieldWells' | |
|
Instances
newTableFieldWells :: TableFieldWells Source #
Create a value of TableFieldWells
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:tableAggregatedFieldWells:TableFieldWells'
, tableFieldWells_tableAggregatedFieldWells
- The aggregated field well for the table.
$sel:tableUnaggregatedFieldWells:TableFieldWells'
, tableFieldWells_tableUnaggregatedFieldWells
- The unaggregated field well for the table.
tableFieldWells_tableAggregatedFieldWells :: Lens' TableFieldWells (Maybe TableAggregatedFieldWells) Source #
The aggregated field well for the table.
tableFieldWells_tableUnaggregatedFieldWells :: Lens' TableFieldWells (Maybe TableUnaggregatedFieldWells) Source #
The unaggregated field well for the table.