Dashboard Filter Slider Control
data class DashboardFilterSliderControl(val displayOptions: DashboardSliderControlDisplayOptions? = null, val filterControlId: String, val maximumValue: Double, val minimumValue: Double, val sourceFilterId: String, val stepSize: Double, val title: String, val type: DashboardSheetControlSliderType? = null)
Constructors
Link copied to clipboard
constructor(displayOptions: DashboardSliderControlDisplayOptions? = null, filterControlId: String, maximumValue: Double, minimumValue: Double, sourceFilterId: String, stepSize: Double, title: String, type: DashboardSheetControlSliderType? = null)
Properties
Link copied to clipboard
The display options of a control.
Link copied to clipboard
The ID of the FilterSliderControl
.
Link copied to clipboard
The larger value that is displayed at the right of the slider.
Link copied to clipboard
The smaller value that is displayed at the left of the slider.
Link copied to clipboard
The source filter ID of the FilterSliderControl
.
Link copied to clipboard
The type of the FilterSliderControl
. Choose one of the following options: