Class GetMatchedStylesForNodeCommandResponse
Response for GetMatchedStylesForNode
public sealed class GetMatchedStylesForNodeCommandResponse : ICommandResponse<GetMatchedStylesForNodeCommandSettings>, ICommandResponse
- Inheritance
-
GetMatchedStylesForNodeCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
AttributesStyle
Gets or sets the attributesStyle
[JsonPropertyName("attributesStyle")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public CSSStyle AttributesStyle { get; set; }
Property Value
CssKeyframesRules
Gets or sets the cssKeyframesRules
[JsonPropertyName("cssKeyframesRules")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public CSSKeyframesRule[] CssKeyframesRules { get; set; }
Property Value
Inherited
Gets or sets the inherited
[JsonPropertyName("inherited")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public InheritedStyleEntry[] Inherited { get; set; }
Property Value
InlineStyle
Gets or sets the inlineStyle
[JsonPropertyName("inlineStyle")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public CSSStyle InlineStyle { get; set; }
Property Value
MatchedCSSRules
Gets or sets the matchedCSSRules
[JsonPropertyName("matchedCSSRules")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RuleMatch[] MatchedCSSRules { get; set; }
Property Value
PseudoElements
Gets or sets the pseudoElements
[JsonPropertyName("pseudoElements")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public PseudoElementMatches[] PseudoElements { get; set; }