Class CSSStartingStyle
CSS Starting Style at-rule descriptor.
public sealed record CSSStartingStyle : IEquatable<CSSStartingStyle>
- Inheritance
-
CSSStartingStyle
- Implements
- Inherited Members
Constructors
CSSStartingStyle()
CSS Starting Style at-rule descriptor.
public CSSStartingStyle()
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; }