Class RuleMatch
Match data for a CSS rule.
public sealed class RuleMatch
- Inheritance
-
RuleMatch
- Inherited Members
Properties
MatchingSelectors
Matching selector indices in the rule's selectorList selectors (0-based).
[JsonPropertyName("matchingSelectors")]
public long[] MatchingSelectors { get; set; }
Property Value
- long[]
Rule
CSS rule in the match.
[JsonPropertyName("rule")]
public CSSRule Rule { get; set; }