ObjectPreview

sealed external interface ObjectPreview(source)

Object containing abbreviated remote object value.

Properties

Link copied to clipboard
abstract var description: String?

String representation of the object.

Link copied to clipboard
abstract var entries: <Error class: unknown class><EntryPreview>?

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

Link copied to clipboard
abstract var overflow: Boolean

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

Link copied to clipboard
abstract var properties: <Error class: unknown class><PropertyPreview>

List of the properties.

Link copied to clipboard
abstract var subtype: String?

Object subtype hint. Specified for object type values only.

Link copied to clipboard
abstract var type: String

Object type.