Chrome Reactive Kotlin
/
pl.wendigo.chrome.api.indexeddb
/
KeyPath
Key
Path
data class
KeyPath
(type:
String
, string:
String
?, array:
List
<
String
>?)
Content copied to clipboard
Key path.
Constructors
Properties
Sources
Constructors
KeyPath
Link copied to clipboard
fun
KeyPath
(type:
String
, string:
String
? = null, array:
List
<
String
>? = null)
Content copied to clipboard
Properties
array
Link copied to clipboard
val
array
:
List
<
String
>? = null
Content copied to clipboard
Array value.
string
Link copied to clipboard
val
string
:
String
? = null
Content copied to clipboard
String value.
type
Link copied to clipboard
val
type
:
String
Content copied to clipboard
Key path type.
Sources
jvm source
Link copied to clipboard