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

14 lines
579 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) &gt; [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;
```