Template List Control Display Options Args
data class TemplateListControlDisplayOptionsArgs(val infoIconLabelOptions: Output<TemplateSheetControlInfoIconLabelOptionsArgs>? = null, val searchOptions: Output<TemplateListControlSearchOptionsArgs>? = null, val selectAllOptions: Output<TemplateListControlSelectAllOptionsArgs>? = null, val titleOptions: Output<TemplateLabelOptionsArgs>? = null) : ConvertibleToJava<TemplateListControlDisplayOptionsArgs>
Constructors
Link copied to clipboard
constructor(infoIconLabelOptions: Output<TemplateSheetControlInfoIconLabelOptionsArgs>? = null, searchOptions: Output<TemplateListControlSearchOptionsArgs>? = 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 search options in a list control.
Link copied to clipboard
The configuration of the Select all
options in a list control.
Link copied to clipboard
The options to configure the title visibility, name, and font size.