CSSPositionTryRule

@Serializable
data class CSSPositionTryRule(val name: CSS.Value, val styleSheetId: String? = null, val origin: CSS.StyleSheetOrigin, val style: CSS.CSSStyle, val active: Boolean)

CSS @position-try rule representation.

Constructors

Link copied to clipboard
constructor(name: CSS.Value, styleSheetId: String? = null, origin: CSS.StyleSheetOrigin, style: CSS.CSSStyle, active: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard

The prelude dashed-ident name

Link copied to clipboard

Parent stylesheet's origin.

Link copied to clipboard

Associated style declaration.

Link copied to clipboard
val styleSheetId: String? = null

The css style sheet identifier (absent for user agent stylesheet and user-specified stylesheet rules) this rule came from.