GetMatchedStylesForNodeReturn

@Serializable
data class GetMatchedStylesForNodeReturn(val inlineStyle: CSS.CSSStyle?, val attributesStyle: CSS.CSSStyle?, val matchedCSSRules: List<CSS.RuleMatch>?, val pseudoElements: List<CSS.PseudoElementMatches>?, val inherited: List<CSS.InheritedStyleEntry>?, val inheritedPseudoElements: List<CSS.InheritedPseudoElementMatches>?, val cssKeyframesRules: List<CSS.CSSKeyframesRule>?, val cssPositionTryRules: List<CSS.CSSPositionTryRule>?, val activePositionFallbackIndex: Int?, val cssPropertyRules: List<CSS.CSSPropertyRule>?, val cssPropertyRegistrations: List<CSS.CSSPropertyRegistration>?, val cssFontPaletteValuesRule: CSS.CSSFontPaletteValuesRule?, val parentLayoutNodeId: Int?, val cssFunctionRules: List<CSS.CSSFunctionRule>?)

Constructors

Link copied to clipboard
constructor(inlineStyle: CSS.CSSStyle?, attributesStyle: CSS.CSSStyle?, matchedCSSRules: List<CSS.RuleMatch>?, pseudoElements: List<CSS.PseudoElementMatches>?, inherited: List<CSS.InheritedStyleEntry>?, inheritedPseudoElements: List<CSS.InheritedPseudoElementMatches>?, cssKeyframesRules: List<CSS.CSSKeyframesRule>?, cssPositionTryRules: List<CSS.CSSPositionTryRule>?, activePositionFallbackIndex: Int?, cssPropertyRules: List<CSS.CSSPropertyRule>?, cssPropertyRegistrations: List<CSS.CSSPropertyRegistration>?, cssFontPaletteValuesRule: CSS.CSSFontPaletteValuesRule?, parentLayoutNodeId: Int?, cssFunctionRules: List<CSS.CSSFunctionRule>?)

Properties

Link copied to clipboard

Index of the active fallback in the applied position-try-fallback property, will not be set if there is no active position-try fallback.

Link copied to clipboard

Attribute-defined element style (e.g. resulting from "width=20 height=100%").

Link copied to clipboard

A font-palette-values rule matching this node.

Link copied to clipboard

A list of CSS at-function rules referenced by styles of this node.

Link copied to clipboard

A list of CSS keyframed animations matching this node.

Link copied to clipboard

A list of CSS @position-try rules matching this node, based on the position-try-fallbacks property.

Link copied to clipboard

A list of CSS property registrations matching this node.

Link copied to clipboard

A list of CSS at-property rules matching this node.

Link copied to clipboard

A chain of inherited styles (from the immediate node parent up to the DOM tree root).

Link copied to clipboard

A chain of inherited pseudo element styles (from the immediate node parent up to the DOM tree root).

Link copied to clipboard

Inline style for the specified DOM node.

Link copied to clipboard

CSS rules matching this node, from all applicable stylesheets.

Link copied to clipboard

Id of the first parent element that does not have display: contents.

Link copied to clipboard

Pseudo style matches for this node.