Inherited Style Entry
data class InheritedStyleEntry(inlineStyle: CSSStyle?, matchedCSSRules: List<RuleMatch>)
Content copied to clipboard
Inherited CSS rule collection from ancestor node.
Constructors
InheritedStyleEntry
Link copied to clipboard
fun InheritedStyleEntry(inlineStyle: CSSStyle? = null, matchedCSSRules: List<RuleMatch>)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard