ComponentVariant

data class ComponentVariant(val overrides: Map<String, Any>? = null, val variantValues: Map<String, String>? = null)

Constructors

Link copied to clipboard
constructor(overrides: Map<String, Any>? = null, variantValues: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val overrides: Map<String, Any>? = null

The properties of the component variant that can be overriden when customizing an instance of the component. You can't specify tags as a valid property for overrides .

Link copied to clipboard

The combination of variants that comprise this variant.