Class GetComputedStyleForNodeCommandResponse
Response for GetComputedStyleForNode
public sealed class GetComputedStyleForNodeCommandResponse : ICommandResponse<GetComputedStyleForNodeCommandSettings>, ICommandResponse- Inheritance
- 
      
      GetComputedStyleForNodeCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
ComputedStyle
Gets or sets the computedStyle
[JsonPropertyName("computedStyle")]
public CSSComputedStyleProperty[] ComputedStyle { get; set; }Property Value
ExtraFields
Gets or sets the extraFields
[JsonPropertyName("extraFields")]
public ComputedStyleExtraFields ExtraFields { get; set; }