toggle menu
chrome-devtools-kotlin
5.6.0-1209236
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.runtime
/
EntryPreview
Entry
Preview
@
Serializable
data
class
EntryPreview
(
val
key
:
ObjectPreview
?
=
null
,
val
value
:
ObjectPreview
)
Official doc
Members
Constructors
Entry
Preview
Link copied to clipboard
constructor
(
key
:
ObjectPreview
?
=
null
,
value
:
ObjectPreview
)
Properties
key
Link copied to clipboard
val
key
:
ObjectPreview
?
=
null
Preview of the key. Specified for map-like collection entries.
value
Link copied to clipboard
val
value
:
ObjectPreview
Preview of the value.