InheritedStyleEntry

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

Inherited CSS rule collection from ancestor node.

Constructors

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

Properties

Link copied to clipboard

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.