DashboardFilterDropDownControlArgs

data class DashboardFilterDropDownControlArgs(val cascadingControlConfiguration: Output<DashboardCascadingControlConfigurationArgs>? = null, val displayOptions: Output<DashboardDropDownControlDisplayOptionsArgs>? = null, val filterControlId: Output<String>, val selectableValues: Output<DashboardFilterSelectableValuesArgs>? = null, val sourceFilterId: Output<String>, val title: Output<String>, val type: Output<DashboardSheetControlListType>? = null) : ConvertibleToJava<DashboardFilterDropDownControlArgs>

Constructors

Link copied to clipboard
constructor(cascadingControlConfiguration: Output<DashboardCascadingControlConfigurationArgs>? = null, displayOptions: Output<DashboardDropDownControlDisplayOptionsArgs>? = null, filterControlId: Output<String>, selectableValues: Output<DashboardFilterSelectableValuesArgs>? = null, sourceFilterId: Output<String>, title: Output<String>, type: Output<DashboardSheetControlListType>? = null)

Properties

Link copied to clipboard

The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.

Link copied to clipboard

The display options of the FilterDropDownControl .

Link copied to clipboard
val filterControlId: Output<String>

The ID of the FilterDropDownControl .

Link copied to clipboard

A list of selectable values that are used in a control.

Link copied to clipboard
val sourceFilterId: Output<String>

The source filter ID of the FilterDropDownControl .

Link copied to clipboard
val title: Output<String>

The title of the FilterDropDownControl .

Link copied to clipboard
val type: Output<DashboardSheetControlListType>? = null

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

Functions

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