DashboardFilterSliderControlArgs

data class DashboardFilterSliderControlArgs(val displayOptions: Output<DashboardSliderControlDisplayOptionsArgs>? = 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<DashboardSheetControlSliderType>? = null) : ConvertibleToJava<DashboardFilterSliderControlArgs>

Constructors

Link copied to clipboard
constructor(displayOptions: Output<DashboardSliderControlDisplayOptionsArgs>? = null, filterControlId: Output<String>, maximumValue: Output<Double>, minimumValue: Output<Double>, sourceFilterId: Output<String>, stepSize: Output<Double>, title: Output<String>, type: Output<DashboardSheetControlSliderType>? = null)

Properties

Link copied to clipboard

The display options of a control.

Link copied to clipboard
val filterControlId: Output<String>

The ID of the FilterSliderControl .

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 sourceFilterId: Output<String>

The source filter ID of the FilterSliderControl .

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 FilterSliderControl .

Link copied to clipboard

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

Functions

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