mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1001 B
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. |