GetMatchedStylesForNodeResult class
Constructors
-
GetMatchedStylesForNodeResult({CSSStyle? inlineStyle, CSSStyle? attributesStyle, List<
RuleMatch> ? matchedCSSRules, List<PseudoElementMatches> ? pseudoElements, List<InheritedStyleEntry> ? inherited, List<InheritedPseudoElementMatches> ? inheritedPseudoElements, List<CSSKeyframesRule> ? cssKeyframesRules, 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
-
cssKeyframesRules
→ List<
CSSKeyframesRule> ? -
A list of CSS keyframed animations 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