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.FreeFormLayoutScreenCanvasSizeOptions
Description
Documentation
data FreeFormLayoutScreenCanvasSizeOptions Source #
The options that determine the sizing of the canvas used in a free-form layout.
See: newFreeFormLayoutScreenCanvasSizeOptions
smart constructor.
Constructors
FreeFormLayoutScreenCanvasSizeOptions' | |
Fields
|
Instances
newFreeFormLayoutScreenCanvasSizeOptions Source #
Arguments
:: Text |
|
-> FreeFormLayoutScreenCanvasSizeOptions |
Create a value of FreeFormLayoutScreenCanvasSizeOptions
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:optimizedViewPortWidth:FreeFormLayoutScreenCanvasSizeOptions'
, freeFormLayoutScreenCanvasSizeOptions_optimizedViewPortWidth
- The width that the view port will be optimized for when the layout
renders.
freeFormLayoutScreenCanvasSizeOptions_optimizedViewPortWidth :: Lens' FreeFormLayoutScreenCanvasSizeOptions Text Source #
The width that the view port will be optimized for when the layout renders.