DashboardLabelOptions

data class DashboardLabelOptions(val customLabel: String? = null, val fontConfiguration: DashboardFontConfiguration? = null, val visibility: DashboardVisibility? = null)

Constructors

Link copied to clipboard
constructor(customLabel: String? = null, fontConfiguration: DashboardFontConfiguration? = null, visibility: DashboardVisibility? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val customLabel: String? = null

The text for the label.

Link copied to clipboard

The font configuration of the label.

Link copied to clipboard

Determines whether or not the label is visible.