toggle menu
chrome-devtools-kotlin
6.2.0-1326544
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.indexeddb
/
Key
Key
@
Serializable
data
class
Key
(
val
type
:
KeyType
,
val
number
:
Double
?
=
null
,
val
string
:
String
?
=
null
,
val
date
:
Double
?
=
null
,
val
array
:
List
<
Key
>
?
=
null
)
Key.
Official doc
Members
Constructors
Key
Link copied to clipboard
constructor
(
type
:
KeyType
,
number
:
Double
?
=
null
,
string
:
String
?
=
null
,
date
:
Double
?
=
null
,
array
:
List
<
Key
>
?
=
null
)
Properties
array
Link copied to clipboard
val
array
:
List
<
Key
>
?
=
null
Array value.
date
Link copied to clipboard
val
date
:
Double
?
=
null
Date value.
number
Link copied to clipboard
val
number
:
Double
?
=
null
Number value.
string
Link copied to clipboard
val
string
:
String
?
=
null
String value.
type
Link copied to clipboard
val
type
:
KeyType
Key type.