pl.wendigo.chrome.api.css / InheritedStyleEntry

InheritedStyleEntry

data class InheritedStyleEntry (source)

Inherited CSS rule collection from ancestor node.

Link
CSS#InheritedStyleEntry type documentation.

Constructors

<init>

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

Inherited CSS rule collection from ancestor node.

Properties

inlineStyle

val inlineStyle: CSSStyle?

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

matchedCSSRules

val matchedCSSRules: List<RuleMatch>

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