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

644 B

Home > puppeteer > Protocol > CSS > GetMatchedStylesForNodeResponse > inherited

Protocol.CSS.GetMatchedStylesForNodeResponse.inherited property

A chain of inherited styles (from the immediate node parent up to the DOM tree root).

Signature:

inherited?: InheritedStyleEntry[];