DashboardColumnConfiguration

data class DashboardColumnConfiguration(val colorsConfiguration: DashboardColorsConfiguration? = null, val column: DashboardColumnIdentifier, val formatConfiguration: DashboardFormatConfiguration? = null, val role: DashboardColumnRole? = null)

Constructors

Link copied to clipboard
constructor(colorsConfiguration: DashboardColorsConfiguration? = null, column: DashboardColumnIdentifier, formatConfiguration: DashboardFormatConfiguration? = null, role: DashboardColumnRole? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The color configurations of the column.

Link copied to clipboard
Link copied to clipboard

The format configuration of a column.

Link copied to clipboard

The role of the column.