pl.wendigo.chrome.api.runtime / ObjectPreview

ObjectPreview

data class ObjectPreview (source)

Object containing abbreviated remote object value.

Link
Runtime#ObjectPreview type documentation.

Constructors

<init>

ObjectPreview(type: String, subtype: String? = null, description: String? = null, overflow: Boolean, properties: List<PropertyPreview>, entries: List<EntryPreview>? = null)

Object containing abbreviated remote object value.

Properties

description

val description: String?

String representation of the object.

entries

val entries: List<EntryPreview>?

List of the entries. Specified for map and set subtype values only.

overflow

val overflow: Boolean

True iff some of the properties or entries of the original object did not fit.

properties

val properties: List<PropertyPreview>

List of the properties.

subtype

val subtype: String?

Object subtype hint. Specified for object type values only.

type

val type: String

Object type.