chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.css / RuleMatch

RuleMatch

data class RuleMatch

Match data for a CSS rule.

Constructors

<init>

Match data for a CSS rule.

RuleMatch(rule: CSSRule, matchingSelectors: List<Int>)

Properties

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