Class GetMatchedStylesForNodeCommandResponse
Response for GetMatchedStylesForNode
public sealed class GetMatchedStylesForNodeCommandResponse : ICommandResponse<GetMatchedStylesForNodeCommandSettings>, ICommandResponse
- Inheritance
-
GetMatchedStylesForNodeCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
ActivePositionFallbackIndex
Gets or sets the activePositionFallbackIndex
[JsonPropertyName("activePositionFallbackIndex")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? ActivePositionFallbackIndex { get; set; }
Property Value
- long?
AttributesStyle
Gets or sets the attributesStyle
[JsonPropertyName("attributesStyle")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public CSSStyle AttributesStyle { get; set; }
Property Value
CssFontPaletteValuesRule
Gets or sets the cssFontPaletteValuesRule
[JsonPropertyName("cssFontPaletteValuesRule")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public CSSFontPaletteValuesRule CssFontPaletteValuesRule { get; set; }
Property Value
CssKeyframesRules
Gets or sets the cssKeyframesRules
[JsonPropertyName("cssKeyframesRules")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public CSSKeyframesRule[] CssKeyframesRules { get; set; }
Property Value
CssPositionTryRules
Gets or sets the cssPositionTryRules
[JsonPropertyName("cssPositionTryRules")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public CSSPositionTryRule[] CssPositionTryRules { get; set; }
Property Value
CssPropertyRegistrations
Gets or sets the cssPropertyRegistrations
[JsonPropertyName("cssPropertyRegistrations")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public CSSPropertyRegistration[] CssPropertyRegistrations { get; set; }
Property Value
CssPropertyRules
Gets or sets the cssPropertyRules
[JsonPropertyName("cssPropertyRules")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public CSSPropertyRule[] CssPropertyRules { get; set; }
Property Value
Inherited
Gets or sets the inherited
[JsonPropertyName("inherited")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public InheritedStyleEntry[] Inherited { get; set; }
Property Value
InheritedPseudoElements
Gets or sets the inheritedPseudoElements
[JsonPropertyName("inheritedPseudoElements")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public InheritedPseudoElementMatches[] InheritedPseudoElements { 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
ParentLayoutNodeId
Gets or sets the parentLayoutNodeId
[JsonPropertyName("parentLayoutNodeId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? ParentLayoutNodeId { get; set; }
Property Value
- long?
PseudoElements
Gets or sets the pseudoElements
[JsonPropertyName("pseudoElements")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public PseudoElementMatches[] PseudoElements { get; set; }