14 lines
644 B
Markdown
14 lines
644 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) > [inherited](./puppeteer.protocol.css.getmatchedstylesfornoderesponse.inherited.md)
|
||
|
|
||
|
## Protocol.CSS.GetMatchedStylesForNodeResponse.inherited property
|
||
|
|
||
|
A chain of inherited styles (from the immediate node parent up to the DOM tree root).
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
inherited?: InheritedStyleEntry[];
|
||
|
```
|