TemplatePanelConfiguration

data class TemplatePanelConfiguration(val backgroundColor: String? = null, val backgroundVisibility: TemplateVisibility? = null, val borderColor: String? = null, val borderStyle: TemplatePanelBorderStyle? = null, val borderThickness: String? = null, val borderVisibility: TemplateVisibility? = null, val gutterSpacing: String? = null, val gutterVisibility: TemplateVisibility? = null, val title: TemplatePanelTitleOptions? = null)

Constructors

Link copied to clipboard
fun TemplatePanelConfiguration(backgroundColor: String? = null, backgroundVisibility: TemplateVisibility? = null, borderColor: String? = null, borderStyle: TemplatePanelBorderStyle? = null, borderThickness: String? = null, borderVisibility: TemplateVisibility? = null, gutterSpacing: String? = null, gutterVisibility: TemplateVisibility? = null, title: TemplatePanelTitleOptions? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val backgroundColor: String? = null
Link copied to clipboard
Link copied to clipboard
val borderColor: String? = null
Link copied to clipboard
Link copied to clipboard
val borderThickness: String? = null

String based length that is composed of value and unit in px

Link copied to clipboard
Link copied to clipboard
val gutterSpacing: String? = null

String based length that is composed of value and unit in px

Link copied to clipboard
Link copied to clipboard