kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
IndexedDB
/
Key
Key
@
Serializable
data
class
Key
(
val
type
:
String
,
val
number
:
Double
?
=
null
,
val
string
:
String
?
=
null
,
val
date
:
Double
?
=
null
,
val
array
:
List
<
IndexedDB.Key
>
?
=
null
)
Key.
Members
Constructors
Key
Link copied to clipboard
constructor
(
type
:
String
,
number
:
Double
?
=
null
,
string
:
String
?
=
null
,
date
:
Double
?
=
null
,
array
:
List
<
IndexedDB.Key
>
?
=
null
)
Properties
array
Link copied to clipboard
val
array
:
List
<
IndexedDB.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
:
String
Key type.