DashboardListControlDisplayOptions

data class DashboardListControlDisplayOptions(val infoIconLabelOptions: DashboardSheetControlInfoIconLabelOptions? = null, val searchOptions: DashboardListControlSearchOptions? = null, val selectAllOptions: DashboardListControlSelectAllOptions? = null, val titleOptions: DashboardLabelOptions? = null)

Constructors

Link copied to clipboard
constructor(infoIconLabelOptions: DashboardSheetControlInfoIconLabelOptions? = null, searchOptions: DashboardListControlSearchOptions? = null, selectAllOptions: DashboardListControlSelectAllOptions? = null, titleOptions: DashboardLabelOptions? = null)

Types

Link copied to clipboard
object Companion

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.