TemplateRowAlternateColorOptions

data class TemplateRowAlternateColorOptions(val rowAlternateColors: List<String>? = null, val status: TemplateWidgetStatus? = null, val usePrimaryBackgroundColor: TemplateWidgetStatus? = null)

Constructors

Link copied to clipboard
constructor(rowAlternateColors: List<String>? = null, status: TemplateWidgetStatus? = null, usePrimaryBackgroundColor: TemplateWidgetStatus? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Determines the list of row alternate colors.

Link copied to clipboard

Determines the widget status.

Link copied to clipboard

The primary background color options for alternate rows.