[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. Signature: ```typescript inlineStyle?: CSSStyle; ```