chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.css / InheritedStyleEntry

InheritedStyleEntry

data class InheritedStyleEntry

Inherited CSS rule collection from ancestor node.

Official doc

Constructors

<init>

Inherited CSS rule collection from ancestor node.

InheritedStyleEntry(inlineStyle: CSSStyle? = null, matchedCSSRules: List<RuleMatch>)

Properties

inlineStyle

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

val inlineStyle: CSSStyle?

matchedCSSRules

Matches of CSS rules matching the ancestor node in the style inheritance chain.

val matchedCSSRules: List<RuleMatch>