Dashboard Parameter Slider Control
data class DashboardParameterSliderControl(val displayOptions: DashboardSliderControlDisplayOptions? = null, val maximumValue: Double, val minimumValue: Double, val parameterControlId: String, val sourceParameterName: String, val stepSize: Double, val title: String)
Constructors
Link copied to clipboard
fun DashboardParameterSliderControl(displayOptions: DashboardSliderControlDisplayOptions? = null, maximumValue: Double, minimumValue: Double, parameterControlId: String, sourceParameterName: String, stepSize: Double, title: String)