EntryPreview

@Serializable
data class EntryPreview(val key: Runtime.ObjectPreview? = null, val value: Runtime.ObjectPreview)

Constructors

Link copied to clipboard
constructor(key: Runtime.ObjectPreview? = null, value: Runtime.ObjectPreview)

Properties

Link copied to clipboard

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

Link copied to clipboard

Preview of the value.