Dashboard Parameter Slider Control Args
data class DashboardParameterSliderControlArgs(val displayOptions: Output<DashboardSliderControlDisplayOptionsArgs>? = null, val maximumValue: Output<Double>, val minimumValue: Output<Double>, val parameterControlId: Output<String>, val sourceParameterName: Output<String>, val stepSize: Output<Double>, val title: Output<String>) : ConvertibleToJava<DashboardParameterSliderControlArgs>
Constructors
Link copied to clipboard
fun DashboardParameterSliderControlArgs(displayOptions: Output<DashboardSliderControlDisplayOptionsArgs>? = null, maximumValue: Output<Double>, minimumValue: Output<Double>, parameterControlId: Output<String>, sourceParameterName: Output<String>, stepSize: Output<Double>, title: Output<String>)