pl.wendigo.chrome.api.indexeddb / KeyPath

KeyPath

data class KeyPath (source)

Key path.

Link
IndexedDB#KeyPath type documentation.

Constructors

<init>

KeyPath(type: String, string: String? = null, array: List<String>? = null)

Key path.

Properties

array

val array: List<String>?

Array value.

string

val string: String?

String value.

type

val type: String

Key path type.