pl.wendigo.chrome.api.runtime / EntryPreview

EntryPreview

data class EntryPreview (source)

Link
Runtime#EntryPreview type documentation.

Constructors

<init>

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

Properties

key

val key: ObjectPreview?

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

value

val value: ObjectPreview

Preview of the value.