Chrome Reactive Kotlin
/
pl.wendigo.chrome.api.css
/
RuleMatch
Rule
Match
data class
RuleMatch
(rule:
CSSRule
, matchingSelectors:
List
<
Int
>)
Content copied to clipboard
Match data for a CSS rule.
Constructors
Properties
Sources
Constructors
RuleMatch
Link copied to clipboard
fun
RuleMatch
(rule:
CSSRule
, matchingSelectors:
List
<
Int
>)
Content copied to clipboard
Properties
matchingSelectors
Link copied to clipboard
val
matchingSelectors
:
List
<
Int
>
Content copied to clipboard
Matching selector indices in the rule's selectorList selectors (0-based).
rule
Link copied to clipboard
val
rule
:
CSSRule
Content copied to clipboard
CSS rule in the match.
Sources
jvm source
Link copied to clipboard