| 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.ScrollBarOptions
Description
Documentation
data ScrollBarOptions Source #
The visual display options for a data zoom scroll bar.
See: newScrollBarOptions smart constructor.
Constructors
| ScrollBarOptions' | |
Fields
| |
Instances
newScrollBarOptions :: ScrollBarOptions Source #
Create a value of ScrollBarOptions 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:visibility:ScrollBarOptions', scrollBarOptions_visibility - The visibility of the data zoom scroll bar.
$sel:visibleRange:ScrollBarOptions', scrollBarOptions_visibleRange - The visibility range for the data zoom scroll bar.
scrollBarOptions_visibility :: Lens' ScrollBarOptions (Maybe Visibility) Source #
The visibility of the data zoom scroll bar.
scrollBarOptions_visibleRange :: Lens' ScrollBarOptions (Maybe VisibleRangeOptions) Source #
The visibility range for the data zoom scroll bar.