data class InheritedStyleEntry
Inherited CSS rule collection from ancestor node.
<init> |
Inherited CSS rule collection from ancestor node. InheritedStyleEntry(inlineStyle: CSSStyle? = null, matchedCSSRules: List<RuleMatch>) |
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> |