Table of Contents

Class ShorthandEntry

Namespace
OpenQA.Selenium.DevTools.V146.CSS
Assembly
Selenium.WebDriver.dll

ShorthandEntry

public sealed class ShorthandEntry
Inheritance
ShorthandEntry
Inherited Members

Properties

Important

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

[JsonPropertyName("important")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Important { get; set; }

Property Value

bool?

Name

Shorthand name.

[JsonPropertyName("name")]
public string Name { get; set; }

Property Value

string

Value

Shorthand value.

[JsonPropertyName("value")]
public string Value { get; set; }

Property Value

string