Table of Contents

Class CSSPropertyRegistration

Namespace
Selenium.WebDriver.BiDi.Cdp.CSS
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Representation of a custom property registration through CSS.registerProperty

public sealed record CSSPropertyRegistration : IEquatable<CSSPropertyRegistration>
Inheritance
CSSPropertyRegistration
Implements
Inherited Members

Constructors

CSSPropertyRegistration(string, bool, string)

Representation of a custom property registration through CSS.registerProperty

public CSSPropertyRegistration(string PropertyName, bool Inherits, string Syntax)

Parameters

PropertyName string
Inherits bool
Syntax string

Properties

Inherits

public bool Inherits { get; init; }

Property Value

bool

InitialValue

public Value? InitialValue { get; init; }

Property Value

Value

PropertyName

public string PropertyName { get; init; }

Property Value

string

Syntax

public string Syntax { get; init; }

Property Value

string