chrome-devtools-kotlin
Toggle table of contents
7.0.0-1400418
common
Platform filter
common
Switch theme
Search in API
chrome-devtools-kotlin
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.