Class RuleUsage
CSS coverage information.
public sealed class RuleUsage
- Inheritance
-
RuleUsage
- Inherited Members
Properties
EndOffset
Offset of the end of the rule body from the beginning of the stylesheet.
[JsonPropertyName("endOffset")]
public double EndOffset { get; set; }
Property Value
StartOffset
Offset of the start of the rule (including selector) from the beginning of the stylesheet.
[JsonPropertyName("startOffset")]
public double StartOffset { get; set; }
Property Value
StyleSheetId
The css style sheet identifier (absent for user agent stylesheet and user-specified stylesheet rules) this rule came from.
[JsonPropertyName("styleSheetId")]
public string StyleSheetId { get; set; }
Property Value
Used
Indicates whether the rule was actually used by some element in the page.
[JsonPropertyName("used")]
public bool Used { get; set; }