Table of Contents

Class Key

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

Key.

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

Constructors

Key(string)

Key.

public Key(string Type)

Parameters

Type string

Key type.

Properties

Array

Array value.

public ImmutableArray<Key>? Array { get; init; }

Property Value

ImmutableArray<Key>?

Date

Date value.

public double? Date { get; init; }

Property Value

double?

Number

Number value.

public double? Number { get; init; }

Property Value

double?

String

String value.

public string? String { get; init; }

Property Value

string

Type

Key type.

public string Type { get; init; }

Property Value

string