14 lines
579 B
Markdown
14 lines
579 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) > [inlineStyle](./puppeteer.protocol.css.inheritedstyleentry.inlinestyle.md)
|
|
|
|
## Protocol.CSS.InheritedStyleEntry.inlineStyle property
|
|
|
|
The ancestor node's inline style, if any, in the style inheritance chain.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
inlineStyle?: CSSStyle;
|
|
```
|