chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.runtime / EntryPreview

EntryPreview

data class EntryPreview

Constructors

<init>

EntryPreview(key: ObjectPreview? = null, value: ObjectPreview)

Properties

key

Preview of the key. Specified for map-like collection entries.

val key: ObjectPreview?

value

Preview of the value.

val value: ObjectPreview