Class CSSScope
CSS Scope at-rule descriptor.
public sealed record CSSScope : IEquatable<CSSScope>
- Inheritance
-
CSSScope
- Implements
- Inherited Members
Constructors
CSSScope(string)
CSS Scope at-rule descriptor.
public CSSScope(string Text)
Parameters
TextstringScope rule text.
Properties
Range
The associated rule header range in the enclosing stylesheet (if available).
public SourceRange? Range { get; init; }
Property Value
StyleSheetId
Identifier of the stylesheet containing this object (if exists).
public StyleSheetId? StyleSheetId { get; init; }
Property Value
Text
Scope rule text.
public string Text { get; init; }