mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
22 lines
1001 B
Markdown
22 lines
1001 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)
|
||
|
|
||
|
## 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. |
|
||
|
|