GetMatchedStylesForNodeResult class
Constructors
-
GetMatchedStylesForNodeResult({CSSStyle? inlineStyle, CSSStyle? attributesStyle, List<
RuleMatch> ? matchedCSSRules, List<PseudoElementMatches> ? pseudoElements, List<InheritedStyleEntry> ? inherited, List<InheritedPseudoElementMatches> ? inheritedPseudoElements, List<CSSKeyframesRule> ? cssKeyframesRules, List<CSSPositionTryRule> ? cssPositionTryRules, int? activePositionFallbackIndex, List<CSSPropertyRule> ? cssPropertyRules, List<CSSPropertyRegistration> ? cssPropertyRegistrations, CSSFontPaletteValuesRule? cssFontPaletteValuesRule, NodeId? parentLayoutNodeId}) -
GetMatchedStylesForNodeResult.fromJson(Map<
String, dynamic> json) -
factory
Properties
- activePositionFallbackIndex → int?
-
Index of the active fallback in the applied position-try-fallback property,
will not be set if there is no active position-try fallback.
final
- 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
-
cssPositionTryRules
→ List<
CSSPositionTryRule> ? -
A list of CSS @position-try rules matching this node, based on the position-try-fallbacks property.
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