TemplateFilterSliderControlArgs

data class TemplateFilterSliderControlArgs(val displayOptions: Output<TemplateSliderControlDisplayOptionsArgs>? = null, val filterControlId: Output<String>, val maximumValue: Output<Double>, val minimumValue: Output<Double>, val sourceFilterId: Output<String>, val stepSize: Output<Double>, val title: Output<String>, val type: Output<TemplateSheetControlSliderType>? = null) : ConvertibleToJava<TemplateFilterSliderControlArgs>

Constructors

Link copied to clipboard
fun TemplateFilterSliderControlArgs(displayOptions: Output<TemplateSliderControlDisplayOptionsArgs>? = null, filterControlId: Output<String>, maximumValue: Output<Double>, minimumValue: Output<Double>, sourceFilterId: Output<String>, stepSize: Output<Double>, title: Output<String>, type: Output<TemplateSheetControlSliderType>? = null)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
val filterControlId: Output<String>
Link copied to clipboard
val maximumValue: Output<Double>
Link copied to clipboard
val minimumValue: Output<Double>
Link copied to clipboard
val sourceFilterId: Output<String>
Link copied to clipboard
val stepSize: Output<Double>
Link copied to clipboard
val title: Output<String>
Link copied to clipboard