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

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

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.