InheritedStyleEntry

@Serializable
data class InheritedStyleEntry(val inlineStyle: CSSStyle? = null, val matchedCSSRules: List<RuleMatch>)(source)

Inherited CSS rule collection from ancestor node.

Official doc

Constructors

Link copied to clipboard
constructor(inlineStyle: CSSStyle? = null, matchedCSSRules: List<RuleMatch>)

Properties

Link copied to clipboard
val inlineStyle: CSSStyle? = null

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

Link copied to clipboard

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