TemplateColumnConfiguration

data class TemplateColumnConfiguration(val colorsConfiguration: TemplateColorsConfiguration? = null, val column: TemplateColumnIdentifier, val formatConfiguration: TemplateFormatConfiguration? = null, val role: TemplateColumnRole? = null)

Constructors

Link copied to clipboard
constructor(colorsConfiguration: TemplateColorsConfiguration? = null, column: TemplateColumnIdentifier, formatConfiguration: TemplateFormatConfiguration? = null, role: TemplateColumnRole? = 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.