DashboardPanelConfiguration

data class DashboardPanelConfiguration(val backgroundColor: String? = null, val backgroundVisibility: DashboardVisibility? = null, val borderColor: String? = null, val borderStyle: DashboardPanelBorderStyle? = null, val borderThickness: String? = null, val borderVisibility: DashboardVisibility? = null, val gutterSpacing: String? = null, val gutterVisibility: DashboardVisibility? = null, val title: DashboardPanelTitleOptions? = null)

Constructors

Link copied to clipboard
fun DashboardPanelConfiguration(backgroundColor: String? = null, backgroundVisibility: DashboardVisibility? = null, borderColor: String? = null, borderStyle: DashboardPanelBorderStyle? = null, borderThickness: String? = null, borderVisibility: DashboardVisibility? = null, gutterSpacing: String? = null, gutterVisibility: DashboardVisibility? = null, title: DashboardPanelTitleOptions? = 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