CSSPropertyRegistration

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

Representation of a custom property registration through CSS.registerProperty

Official doc

Constructors

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

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard
val initialValue: Value? = null

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)