chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.indexeddb / Key

Key

data class Key

Key.

Official doc

Constructors

<init>

Key.

Key(type: String, number: Double? = null, string: String? = null, date: Double? = null, array: List<Key>? = null)

Properties

array

Array value.

val array: List<Key>?

date

Date value.

val date: Double?

number

Number value.

val number: Double?

string

String value.

val string: String?

type

Key type.

val type: String