TemplatePanelConfiguration

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val backgroundColor: String? = null

Sets the background color for each panel.

Link copied to clipboard

Determines whether or not a background for each small multiples panel is rendered.

Link copied to clipboard
val borderColor: String? = null

Sets the line color of panel borders.

Link copied to clipboard

Sets the line style of panel borders.

Link copied to clipboard
val borderThickness: String? = null

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

Link copied to clipboard
val borderVisibility: Any? = null

Determines whether or not each panel displays a border.

Link copied to clipboard
val gutterSpacing: String? = null

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

Link copied to clipboard
val gutterVisibility: Any? = null

Determines whether or not negative space between sibling panels is rendered.

Link copied to clipboard

Configures the title display within each small multiples panel.