Table of Contents

Class GetLonghandPropertiesResult

Namespace
Selenium.WebDriver.BiDi.Cdp.CSS
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record GetLonghandPropertiesResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<GetLonghandPropertiesResult>
Inheritance
EmptyResult
GetLonghandPropertiesResult
Implements
IEquatable<EmptyResult>
Inherited Members
EmptyResult.ToString()
EmptyResult.GetHashCode()
EmptyResult.Equals(EmptyResult)
EmptyResult.<Clone>$()
EmptyResult.AdditionalData
EmptyResult.AdditionalMessageData

Constructors

GetLonghandPropertiesResult(ImmutableArray<CSSProperty>)

public GetLonghandPropertiesResult(ImmutableArray<CSSProperty> LonghandProperties)

Parameters

LonghandProperties ImmutableArray<CSSProperty>

Properties

LonghandProperties

public ImmutableArray<CSSProperty> LonghandProperties { get; init; }

Property Value

ImmutableArray<CSSProperty>