Analysis Parameter Slider Control Args
data class AnalysisParameterSliderControlArgs(val displayOptions: Output<AnalysisSliderControlDisplayOptionsArgs>? = 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<AnalysisParameterSliderControlArgs>
Properties
Link copied to clipboard
The display options of a control.
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 ID of the ParameterSliderControl
.
Link copied to clipboard
The source parameter name of the ParameterSliderControl
.