TemplateDefaultSliderControlOptionsArgs

data class TemplateDefaultSliderControlOptionsArgs(val displayOptions: Output<TemplateSliderControlDisplayOptionsArgs>? = null, val maximumValue: Output<Double>, val minimumValue: Output<Double>, val stepSize: Output<Double>, val type: Output<TemplateSheetControlSliderType>? = null) : ConvertibleToJava<TemplateDefaultSliderControlOptionsArgs>

Constructors

Link copied to clipboard
constructor(displayOptions: Output<TemplateSliderControlDisplayOptionsArgs>? = null, maximumValue: Output<Double>, minimumValue: Output<Double>, stepSize: Output<Double>, type: Output<TemplateSheetControlSliderType>? = null)

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
val stepSize: Output<Double>

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

Link copied to clipboard

The type of the DefaultSliderControlOptions . Choose one of the following options:

Functions

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