| 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.VisibleRangeOptions
Description
Documentation
data VisibleRangeOptions Source #
The range options for the data zoom scroll bar.
See: newVisibleRangeOptions smart constructor.
Constructors
| VisibleRangeOptions' | |
Fields
| |
Instances
newVisibleRangeOptions :: VisibleRangeOptions Source #
Create a value of VisibleRangeOptions 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:percentRange:VisibleRangeOptions', visibleRangeOptions_percentRange - The percent range in the visible range.
visibleRangeOptions_percentRange :: Lens' VisibleRangeOptions (Maybe PercentVisibleRange) Source #
The percent range in the visible range.