Class GetComputedStyleForNodeResult
public sealed record GetComputedStyleForNodeResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<GetComputedStyleForNodeResult>
- Inheritance
-
EmptyResultGetComputedStyleForNodeResult
- Implements
-
IEquatable<EmptyResult>
- Inherited Members
-
EmptyResult.ToString()EmptyResult.GetHashCode()EmptyResult.Equals(EmptyResult)EmptyResult.<Clone>$()EmptyResult.AdditionalDataEmptyResult.AdditionalMessageData
Constructors
GetComputedStyleForNodeResult(ImmutableArray<CSSComputedStyleProperty>, ComputedStyleExtraFields)
public GetComputedStyleForNodeResult(ImmutableArray<CSSComputedStyleProperty> ComputedStyle, ComputedStyleExtraFields ExtraFields)
Parameters
ComputedStyleImmutableArray<CSSComputedStyleProperty>Computed style for the specified DOM node.
ExtraFieldsComputedStyleExtraFieldsA list of non-standard "extra fields" which blink stores alongside each computed style.
Properties
ComputedStyle
Computed style for the specified DOM node.
public ImmutableArray<CSSComputedStyleProperty> ComputedStyle { get; init; }
Property Value
ExtraFields
A list of non-standard "extra fields" which blink stores alongside each computed style.
public ComputedStyleExtraFields ExtraFields { get; init; }