Class CSSSupports
CSS Supports at-rule descriptor.
public sealed class CSSSupports
- Inheritance
-
CSSSupports
- Inherited Members
Properties
Active
Whether the supports condition is satisfied.
[JsonPropertyName("active")]
public bool Active { get; set; }
Property Value
Range
The associated rule header range in the enclosing stylesheet (if available).
[JsonPropertyName("range")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public SourceRange? Range { get; set; }
Property Value
StyleSheetId
Identifier of the stylesheet containing this object (if exists).
[JsonPropertyName("styleSheetId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? StyleSheetId { get; set; }
Property Value
Text
Supports rule text.
[JsonPropertyName("text")]
public string Text { get; set; }