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

1001 B

Home > puppeteer > Protocol > CSS > InheritedStyleEntry

Protocol.CSS.InheritedStyleEntry interface

Inherited CSS rule collection from ancestor node.

Signature:

export interface InheritedStyleEntry 

Properties

Property Type Description
inlineStyle CSSStyle The ancestor node's inline style, if any, in the style inheritance chain.
matchedCSSRules RuleMatch[] Matches of CSS rules matching the ancestor node in the style inheritance chain.