CSSPropertyRule
@Serializable
CSS property at-rule representation.
Constructors
Link copied to clipboard
constructor(styleSheetId: String? = null, origin: CSS.StyleSheetOrigin, propertyName: CSS.Value, style: CSS.CSSStyle)
Properties
Link copied to clipboard
Parent stylesheet's origin.
Link copied to clipboard
Associated property name.
Link copied to clipboard
Associated style declaration.
Link copied to clipboard
The css style sheet identifier (absent for user agent stylesheet and user-specified stylesheet rules) this rule came from.