data class RuleMatch
Match data for a CSS rule.
<init> |
Match data for a CSS rule. RuleMatch(rule: CSSRule, matchingSelectors: List<Int>) |
matchingSelectors |
Matching selector indices in the rule's selectorList selectors (0-based). val matchingSelectors: List<Int> |
rule |
CSS rule in the match. val rule: CSSRule |