TemplateFreeFormLayoutElementBorderStyle

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

Constructors

Link copied to clipboard
constructor(color: String? = null, visibility: TemplateVisibility? = 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

The border visibility of a free-form layout element.