DashboardFreeFormLayoutElementBackgroundStyle

data class DashboardFreeFormLayoutElementBackgroundStyle(val color: String? = null, val visibility: DashboardVisibility? = null)

Constructors

constructor(color: String? = null, visibility: DashboardVisibility? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val color: String? = null

The background color of a free-form layout element.

Link copied to clipboard

The background visibility of a free-form layout element.