Class GetComputedStyleForNodeCommandResponse
Response for Returns the computed style for a DOM node identified by nodeId.
public sealed class GetComputedStyleForNodeCommandResponse : ICommandResponse<GetComputedStyleForNodeCommandSettings>, ICommandResponse
- Inheritance
-
GetComputedStyleForNodeCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
ComputedStyle
Computed style for the specified DOM node.
[JsonPropertyName("computedStyle")]
public CSSComputedStyleProperty[] ComputedStyle { get; set; }
Property Value
ExtraFields
A list of non-standard "extra fields" which blink stores alongside each computed style.
[JsonPropertyName("extraFields")]
public ComputedStyleExtraFields ExtraFields { get; set; }