chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.indexeddb / KeyPath

KeyPath

data class KeyPath

Key path.

Constructors

<init>

Key path.

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

Properties

array

Array value.

val array: List<String>?

string

String value.

val string: String?

type

Key path type.

val type: String