Dashboard Table Options Args
data class DashboardTableOptionsArgs(val cellStyle: Output<DashboardTableCellStyleArgs>? = null, val headerStyle: Output<DashboardTableCellStyleArgs>? = null, val orientation: Output<DashboardTableOrientation>? = null, val rowAlternateColorOptions: Output<DashboardRowAlternateColorOptionsArgs>? = null) : ConvertibleToJava<DashboardTableOptionsArgs>
Constructors
Link copied to clipboard
constructor(cellStyle: Output<DashboardTableCellStyleArgs>? = null, headerStyle: Output<DashboardTableCellStyleArgs>? = null, orientation: Output<DashboardTableOrientation>? = null, rowAlternateColorOptions: Output<DashboardRowAlternateColorOptionsArgs>? = null)
Properties
Link copied to clipboard
The table cell style of table cells.
Link copied to clipboard
The table cell style of a table header.
Link copied to clipboard
The orientation (vertical, horizontal) for a table.
Link copied to clipboard
The row alternate color options (widget status, row alternate colors) for a table.