kdriver
Toggle table of contents
0.2.5
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Runtime
/
EntryPreview
Entry
Preview
@
Serializable
data
class
EntryPreview
(
val
key
:
Runtime.ObjectPreview
?
=
null
,
val
value
:
Runtime.ObjectPreview
)
Members
Constructors
Entry
Preview
Link copied to clipboard
constructor
(
key
:
Runtime.ObjectPreview
?
=
null
,
value
:
Runtime.ObjectPreview
)
Properties
key
Link copied to clipboard
val
key
:
Runtime.ObjectPreview
?
=
null
Preview of the key. Specified for map-like collection entries.
value
Link copied to clipboard
val
value
:
Runtime.ObjectPreview
Preview of the value.