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
fun DashboardFilterSliderControl(displayOptions: DashboardSliderControlDisplayOptions? = null, filterControlId: String, maximumValue: Double, minimumValue: Double, sourceFilterId: String, stepSize: Double, title: String, type: DashboardSheetControlSliderType? = null)