chrome-devtools-kotlin
5.2.0-1167732
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.indexeddb
/
KeyPath
Key
Path
@
Serializable
data
class
KeyPath
(
val
type
:
KeyPathType
,
val
string
:
String
?
=
null
,
val
array
:
List
<
String
>
?
=
null
)
(
source
)
Key path.
Official doc
Members
Constructors
Key
Path
Link copied to clipboard
constructor
(
type
:
KeyPathType
,
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
:
KeyPathType
Key path type.