TemplateFreeFormLayoutElementBackgroundStyle

data class TemplateFreeFormLayoutElementBackgroundStyle(val color: String? = null, val visibility: Any? = null)

Constructors

constructor(color: String? = null, visibility: Any? = 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
val visibility: Any? = null

The background visibility of a free-form layout element.