| 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.FilterSliderControl
Description
Synopsis
- data FilterSliderControl = FilterSliderControl' {}
- newFilterSliderControl :: Text -> Text -> Text -> Double -> Double -> Double -> FilterSliderControl
- filterSliderControl_displayOptions :: Lens' FilterSliderControl (Maybe SliderControlDisplayOptions)
- filterSliderControl_type :: Lens' FilterSliderControl (Maybe SheetControlSliderType)
- filterSliderControl_filterControlId :: Lens' FilterSliderControl Text
- filterSliderControl_title :: Lens' FilterSliderControl Text
- filterSliderControl_sourceFilterId :: Lens' FilterSliderControl Text
- filterSliderControl_maximumValue :: Lens' FilterSliderControl Double
- filterSliderControl_minimumValue :: Lens' FilterSliderControl Double
- filterSliderControl_stepSize :: Lens' FilterSliderControl Double
Documentation
data FilterSliderControl Source #
A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.
See: newFilterSliderControl smart constructor.
Constructors
| FilterSliderControl' | |
Fields
| |
Instances
newFilterSliderControl Source #
Create a value of FilterSliderControl 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:displayOptions:FilterSliderControl', filterSliderControl_displayOptions - The display options of a control.
$sel:type':FilterSliderControl', filterSliderControl_type - The type of FilterSliderControl. Choose one of the following options:
SINGLE_POINT: Filter against(equals) a single data point.RANGE: Filter data that is in a specified range.
$sel:filterControlId:FilterSliderControl', filterSliderControl_filterControlId - The ID of the FilterSliderControl.
$sel:title:FilterSliderControl', filterSliderControl_title - The title of the FilterSliderControl.
$sel:sourceFilterId:FilterSliderControl', filterSliderControl_sourceFilterId - The source filter ID of the FilterSliderControl.
$sel:maximumValue:FilterSliderControl', filterSliderControl_maximumValue - The smaller value that is displayed at the left of the slider.
$sel:minimumValue:FilterSliderControl', filterSliderControl_minimumValue - The larger value that is displayed at the right of the slider.
$sel:stepSize:FilterSliderControl', filterSliderControl_stepSize - The number of increments that the slider bar is divided into.
filterSliderControl_displayOptions :: Lens' FilterSliderControl (Maybe SliderControlDisplayOptions) Source #
The display options of a control.
filterSliderControl_type :: Lens' FilterSliderControl (Maybe SheetControlSliderType) Source #
The type of FilterSliderControl. Choose one of the following options:
SINGLE_POINT: Filter against(equals) a single data point.RANGE: Filter data that is in a specified range.
filterSliderControl_filterControlId :: Lens' FilterSliderControl Text Source #
The ID of the FilterSliderControl.
filterSliderControl_title :: Lens' FilterSliderControl Text Source #
The title of the FilterSliderControl.
filterSliderControl_sourceFilterId :: Lens' FilterSliderControl Text Source #
The source filter ID of the FilterSliderControl.
filterSliderControl_maximumValue :: Lens' FilterSliderControl Double Source #
The smaller value that is displayed at the left of the slider.
filterSliderControl_minimumValue :: Lens' FilterSliderControl Double Source #
The larger value that is displayed at the right of the slider.
filterSliderControl_stepSize :: Lens' FilterSliderControl Double Source #
The number of increments that the slider bar is divided into.