Dashboard Panel Configuration
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)