puppeteer/new-docs/puppeteer.protocol.css.inheritedstyleentry.md

22 lines
1001 B
Markdown
Raw Normal View History

<!-- 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; [InheritedStyleEntry](./puppeteer.protocol.css.inheritedstyleentry.md)
## Protocol.CSS.InheritedStyleEntry interface
Inherited CSS rule collection from ancestor node.
<b>Signature:</b>
```typescript
export interface InheritedStyleEntry
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [inlineStyle](./puppeteer.protocol.css.inheritedstyleentry.inlinestyle.md) | [CSSStyle](./puppeteer.protocol.css.cssstyle.md) | The ancestor node's inline style, if any, in the style inheritance chain. |
| [matchedCSSRules](./puppeteer.protocol.css.inheritedstyleentry.matchedcssrules.md) | [RuleMatch](./puppeteer.protocol.css.rulematch.md)<!-- -->\[\] | Matches of CSS rules matching the ancestor node in the style inheritance chain. |