GetMatchedStylesForNodeResult class

Constructors

GetMatchedStylesForNodeResult({CSSStyle? inlineStyle, CSSStyle? attributesStyle, List<RuleMatch>? matchedCSSRules, List<PseudoElementMatches>? pseudoElements, List<InheritedStyleEntry>? inherited, List<InheritedPseudoElementMatches>? inheritedPseudoElements, List<CSSKeyframesRule>? cssKeyframesRules, List<CSSPositionFallbackRule>? cssPositionFallbackRules, List<CSSPropertyRule>? cssPropertyRules, List<CSSPropertyRegistration>? cssPropertyRegistrations, CSSFontPaletteValuesRule? cssFontPaletteValuesRule, NodeId? parentLayoutNodeId})
GetMatchedStylesForNodeResult.fromJson(Map<String, dynamic> json)
factory

Properties

attributesStyle CSSStyle?
Attribute-defined element style (e.g. resulting from "width=20 height=100%").
final
cssFontPaletteValuesRule CSSFontPaletteValuesRule?
A font-palette-values rule matching this node.
final
cssKeyframesRules List<CSSKeyframesRule>?
A list of CSS keyframed animations matching this node.
final
cssPositionFallbackRules List<CSSPositionFallbackRule>?
A list of CSS position fallbacks matching this node.
final
cssPropertyRegistrations List<CSSPropertyRegistration>?
A list of CSS property registrations matching this node.
final
cssPropertyRules List<CSSPropertyRule>?
A list of CSS at-property rules matching this node.
final
hashCode int
The hash code for this object.
no setterinherited
inherited List<InheritedStyleEntry>?
A chain of inherited styles (from the immediate node parent up to the DOM tree root).
final
inheritedPseudoElements List<InheritedPseudoElementMatches>?
A chain of inherited pseudo element styles (from the immediate node parent up to the DOM tree root).
final
inlineStyle CSSStyle?
Inline style for the specified DOM node.
final
matchedCSSRules List<RuleMatch>?
CSS rules matching this node, from all applicable stylesheets.
final
parentLayoutNodeId NodeId?
Id of the first parent element that does not have display: contents.
final
pseudoElements List<PseudoElementMatches>?
Pseudo style matches for this node.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited