TemplateDropDownControlDisplayOptionsArgs

data class TemplateDropDownControlDisplayOptionsArgs(val infoIconLabelOptions: Output<TemplateSheetControlInfoIconLabelOptionsArgs>? = null, val selectAllOptions: Output<TemplateListControlSelectAllOptionsArgs>? = null, val titleOptions: Output<TemplateLabelOptionsArgs>? = null) : ConvertibleToJava<TemplateDropDownControlDisplayOptionsArgs>

Constructors

constructor(infoIconLabelOptions: Output<TemplateSheetControlInfoIconLabelOptionsArgs>? = null, selectAllOptions: Output<TemplateListControlSelectAllOptionsArgs>? = null, titleOptions: Output<TemplateLabelOptionsArgs>? = 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(): TemplateDropDownControlDisplayOptionsArgs