CSSPropertyRegistration

@Serializable
data class CSSPropertyRegistration(val propertyName: String, val initialValue: CSS.Value? = null, val inherits: Boolean, val syntax: String)

Representation of a custom property registration through CSS.registerProperty

Constructors

Link copied to clipboard
constructor(propertyName: String, initialValue: CSS.Value? = null, inherits: Boolean, syntax: String)

Properties

Link copied to clipboard
Link copied to clipboard
val initialValue: CSS.Value? = null
Link copied to clipboard
Link copied to clipboard