DashboardDropDownControlDisplayOptionsArgs

data class DashboardDropDownControlDisplayOptionsArgs(val infoIconLabelOptions: Output<DashboardSheetControlInfoIconLabelOptionsArgs>? = null, val selectAllOptions: Output<DashboardListControlSelectAllOptionsArgs>? = null, val titleOptions: Output<DashboardLabelOptionsArgs>? = null) : ConvertibleToJava<DashboardDropDownControlDisplayOptionsArgs>

Constructors

constructor(infoIconLabelOptions: Output<DashboardSheetControlInfoIconLabelOptionsArgs>? = null, selectAllOptions: Output<DashboardListControlSelectAllOptionsArgs>? = null, titleOptions: Output<DashboardLabelOptionsArgs>? = null)

Properties

Link copied to clipboard

The configuration of info icon label options.

Link copied to clipboard

The configuration of the Select all options in a dropdown control.

Link copied to clipboard

The options to configure the title visibility, name, and font size.

Functions

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