puppeteer/new-docs/puppeteer.protocol.css.inheritedstyleentry.inlinestyle.md
2020-07-13 14:01:35 +01:00

579 B

Home > puppeteer > Protocol > CSS > InheritedStyleEntry > inlineStyle

Protocol.CSS.InheritedStyleEntry.inlineStyle property

The ancestor node's inline style, if any, in the style inheritance chain.

Signature:

inlineStyle?: CSSStyle;