Dashboard Panel Configuration Args
data class DashboardPanelConfigurationArgs(val backgroundColor: Output<String>? = null, val backgroundVisibility: Output<DashboardVisibility>? = null, val borderColor: Output<String>? = null, val borderStyle: Output<DashboardPanelBorderStyle>? = null, val borderThickness: Output<String>? = null, val borderVisibility: Output<DashboardVisibility>? = null, val gutterSpacing: Output<String>? = null, val gutterVisibility: Output<DashboardVisibility>? = null, val title: Output<DashboardPanelTitleOptionsArgs>? = null) : ConvertibleToJava<DashboardPanelConfigurationArgs>
Constructors
Link copied to clipboard
constructor(backgroundColor: Output<String>? = null, backgroundVisibility: Output<DashboardVisibility>? = null, borderColor: Output<String>? = null, borderStyle: Output<DashboardPanelBorderStyle>? = null, borderThickness: Output<String>? = null, borderVisibility: Output<DashboardVisibility>? = null, gutterSpacing: Output<String>? = null, gutterVisibility: Output<DashboardVisibility>? = null, title: Output<DashboardPanelTitleOptionsArgs>? = null)
Properties
Link copied to clipboard
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
Sets the line color of panel borders.
Link copied to clipboard
Sets the line style of panel borders.
Link copied to clipboard
String based length that is composed of value and unit in px
Link copied to clipboard
Determines whether or not each panel displays a border.
Link copied to clipboard
String based length that is composed of value and unit in px
Link copied to clipboard
Determines whether or not negative space between sibling panels is rendered.
Link copied to clipboard
Configures the title display within each small multiples panel.