RemoteObject

sealed external interface RemoteObject(source)

Mirror object referencing original JavaScript object.

Properties

Link copied to clipboard
abstract var className: String?

Object class (constructor) name. Specified for object type values only.

Link copied to clipboard
Link copied to clipboard
abstract var description: String?

String representation of the object.

Link copied to clipboard
abstract var objectId: RemoteObjectId?

Unique object identifier (for non-primitive values).

Link copied to clipboard
abstract var preview: ObjectPreview?

Preview containing abbreviated property values. Specified for object type values only.

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.

Link copied to clipboard

Primitive value which can not be JSON-stringified does not have value, but gets this property.

Link copied to clipboard
abstract var value: Any?

Remote object value in case of primitive values or JSON values (if it was requested).