puppeteer/new-docs/puppeteer.protocol.css.rulematch.md
2020-07-13 14:01:35 +01:00

22 lines
841 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [CSS](./puppeteer.protocol.css.md) &gt; [RuleMatch](./puppeteer.protocol.css.rulematch.md)
## Protocol.CSS.RuleMatch interface
Match data for a CSS rule.
<b>Signature:</b>
```typescript
export interface RuleMatch
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [matchingSelectors](./puppeteer.protocol.css.rulematch.matchingselectors.md) | [integer](./puppeteer.protocol.integer.md)<!-- -->\[\] | Matching selector indices in the rule's selectorList selectors (0-based). |
| [rule](./puppeteer.protocol.css.rulematch.rule.md) | [CSSRule](./puppeteer.protocol.css.cssrule.md) | CSS rule in the match. |