Table of Contents

Class ShorthandEntry

Namespace
Selenium.WebDriver.BiDi.Cdp.CSS
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record ShorthandEntry : IEquatable<ShorthandEntry>
Inheritance
ShorthandEntry
Implements
Inherited Members

Constructors

ShorthandEntry(string, string)

public ShorthandEntry(string Name, string Value)

Parameters

Name string

Shorthand name.

Value string

Shorthand value.

Properties

Important

Whether the property has "!important" annotation (implies false if absent).

public bool? Important { get; init; }

Property Value

bool?

Name

Shorthand name.

public string Name { get; init; }

Property Value

string

Value

Shorthand value.

public string Value { get; init; }

Property Value

string