kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
IndexedDB
/
KeyPath
Key
Path
@
Serializable
data
class
KeyPath
(
val
type
:
String
,
val
string
:
String
?
=
null
,
val
array
:
List
<
String
>
?
=
null
)
Key path.
Members
Constructors
Key
Path
Link copied to clipboard
constructor
(
type
:
String
,
string
:
String
?
=
null
,
array
:
List
<
String
>
?
=
null
)
Properties
array
Link copied to clipboard
val
array
:
List
<
String
>
?
=
null
Array value.
string
Link copied to clipboard
val
string
:
String
?
=
null
String value.
type
Link copied to clipboard
val
type
:
String
Key path type.