Dashboard Default Slider Control Options Args
data class DashboardDefaultSliderControlOptionsArgs(val displayOptions: Output<DashboardSliderControlDisplayOptionsArgs>? = null, val maximumValue: Output<Double>, val minimumValue: Output<Double>, val stepSize: Output<Double>, val type: Output<DashboardSheetControlSliderType>? = null) : ConvertibleToJava<DashboardDefaultSliderControlOptionsArgs>
Constructors
Link copied to clipboard
constructor(displayOptions: Output<DashboardSliderControlDisplayOptionsArgs>? = null, maximumValue: Output<Double>, minimumValue: Output<Double>, stepSize: Output<Double>, type: Output<DashboardSheetControlSliderType>? = null)
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 type of the DefaultSliderControlOptions
. Choose one of the following options: