TemplateFreeFormLayoutElementBorderStyle

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

Constructors

Link copied to clipboard
constructor(color: String? = null, visibility: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val color: String? = null

The border color of a free-form layout element.

Link copied to clipboard
val visibility: Any? = null

The border visibility of a free-form layout element.