Click or drag to resize

RemoteObject Properties

Version 130.1.90

The RemoteObject type exposes the following members.

Properties
 NameDescription
Public propertyClassName Object class (constructor) name. Specified for `object` type values only.
Public propertyCustomPreview CustomPreview
Public propertyDeepSerializedValue Deep serialized value.
Public propertyDescription String representation of the object.
Public propertyObjectId Unique object identifier (for non-primitive values).
Public propertyPreview Preview containing abbreviated property values. Specified for `object` type values only.
Public propertySubtype Object subtype hint. Specified for `object` type values only. NOTE: If you change anything here, make sure to also update `subtype` in `ObjectPreview` and `PropertyPreview` below.
Public propertyType Object type.
Public propertyUnserializableValue Primitive value which can not be JSON-stringified does not have `value`, but gets this property.
Public propertyValue Remote object value in case of primitive values or JSON values (if it was requested).
Top
See Also