CSSScope

@Serializable
data class CSSScope(val text: String, val range: CSS.SourceRange? = null, val styleSheetId: String? = null)

CSS Scope at-rule descriptor.

Constructors

Link copied to clipboard
constructor(text: String, range: CSS.SourceRange? = null, styleSheetId: String? = null)

Properties

Link copied to clipboard
val range: CSS.SourceRange? = null

The associated rule header range in the enclosing stylesheet (if available).

Link copied to clipboard
val styleSheetId: String? = null

Identifier of the stylesheet containing this object (if exists).

Link copied to clipboard

Scope rule text.