14 lines
635 B
Markdown
14 lines
635 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) > [GetMatchedStylesForNodeResponse](./puppeteer.protocol.css.getmatchedstylesfornoderesponse.md) > [matchedCSSRules](./puppeteer.protocol.css.getmatchedstylesfornoderesponse.matchedcssrules.md)
|
||
|
|
||
|
## Protocol.CSS.GetMatchedStylesForNodeResponse.matchedCSSRules property
|
||
|
|
||
|
CSS rules matching this node, from all applicable stylesheets.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
matchedCSSRules?: RuleMatch[];
|
||
|
```
|