chrome-devtools-kotlin
5.1.0-1165014
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.runtime
/
EntryPreview
Entry
Preview
@
Serializable
data
class
EntryPreview
(
val
key
:
ObjectPreview
?
=
null
,
val
value
:
ObjectPreview
)
(
source
)
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.