14 lines
603 B
Markdown
14 lines
603 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) > [InheritedStyleEntry](./puppeteer.protocol.css.inheritedstyleentry.md) > [matchedCSSRules](./puppeteer.protocol.css.inheritedstyleentry.matchedcssrules.md)
|
|
|
|
## Protocol.CSS.InheritedStyleEntry.matchedCSSRules property
|
|
|
|
Matches of CSS rules matching the ancestor node in the style inheritance chain.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
matchedCSSRules: RuleMatch[];
|
|
```
|