DashboardSliderControlDisplayOptionsArgs

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

Constructors

Link copied to clipboard
constructor(infoIconLabelOptions: Output<DashboardSheetControlInfoIconLabelOptionsArgs>? = null, titleOptions: Output<DashboardLabelOptionsArgs>? = null)

Properties

Link copied to clipboard

The configuration of info icon label options.

Link copied to clipboard

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

Functions

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