Dashboard List Control Display Options Args
data class DashboardListControlDisplayOptionsArgs(val infoIconLabelOptions: Output<DashboardSheetControlInfoIconLabelOptionsArgs>? = null, val searchOptions: Output<DashboardListControlSearchOptionsArgs>? = null, val selectAllOptions: Output<DashboardListControlSelectAllOptionsArgs>? = null, val titleOptions: Output<DashboardLabelOptionsArgs>? = null) : ConvertibleToJava<DashboardListControlDisplayOptionsArgs>
Constructors
Link copied to clipboard
constructor(infoIconLabelOptions: Output<DashboardSheetControlInfoIconLabelOptionsArgs>? = null, searchOptions: Output<DashboardListControlSearchOptionsArgs>? = 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 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.