Class CSSScope
CSSScope
public sealed class CSSScope- Inheritance
- 
      
      CSSScope
- Inherited Members
Properties
Range
range
[JsonPropertyName("range")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public SourceRange? Range { get; set; }Property Value
StyleSheetId
styleSheetId
[JsonPropertyName("styleSheetId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? StyleSheetId { get; set; }Property Value
Text
text
[JsonPropertyName("text")]
public string Text { get; set; }