AnalysisParameterSliderControlArgs

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>

Constructors

Link copied to clipboard
constructor(displayOptions: Output<AnalysisSliderControlDisplayOptionsArgs>? = null, maximumValue: Output<Double>, minimumValue: Output<Double>, parameterControlId: Output<String>, sourceParameterName: Output<String>, stepSize: Output<Double>, title: Output<String>)

Properties

Link copied to clipboard

The display options of a control.

Link copied to clipboard
val maximumValue: Output<Double>

The larger value that is displayed at the right of the slider.

Link copied to clipboard
val minimumValue: Output<Double>

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 .

Link copied to clipboard
val stepSize: Output<Double>

The number of increments that the slider bar is divided into.

Link copied to clipboard
val title: Output<String>

The title of the ParameterSliderControl .

Functions

Link copied to clipboard
open override fun toJava(): AnalysisParameterSliderControlArgs