mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
22 lines
841 B
Markdown
22 lines
841 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [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. |
|
||
|
|