toggle menu
chrome-devtools-kotlin
6.2.0-1326544
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.indexeddb
/
DataEntry
Data
Entry
@
Serializable
data
class
DataEntry
(
val
key
:
RemoteObject
,
val
primaryKey
:
RemoteObject
,
val
value
:
RemoteObject
)
Data entry.
Official doc
Members
Constructors
Data
Entry
Link copied to clipboard
constructor
(
key
:
RemoteObject
,
primaryKey
:
RemoteObject
,
value
:
RemoteObject
)
Properties
key
Link copied to clipboard
val
key
:
RemoteObject
Key object.
primary
Key
Link copied to clipboard
val
primaryKey
:
RemoteObject
Primary key object.
value
Link copied to clipboard
val
value
:
RemoteObject
Value object.