841 B
841 B
Home > puppeteer > Protocol > CSS > RuleMatch
Protocol.CSS.RuleMatch interface
Match data for a CSS rule.
Signature:
export interface RuleMatch
Properties
Property | Type | Description |
---|---|---|
matchingSelectors | integer[] | Matching selector indices in the rule's selectorList selectors (0-based). |
rule | CSSRule | CSS rule in the match. |