RemoteObject Properties |
The RemoteObject type exposes the following members.
Name | Description | |
---|---|---|
ClassName |
Object class (constructor) name. Specified for `object` type values only.
| |
CustomPreview |
CustomPreview
| |
Description |
String representation of the object.
| |
ObjectId |
Unique object identifier (for non-primitive values).
| |
Preview |
Preview containing abbreviated property values. Specified for `object` type values only.
| |
Subtype |
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.
| |
Type |
Object type.
| |
UnserializableValue |
Primitive value which can not be JSON-stringified does not have `value`, but gets this
property.
| |
Value |
Remote object value in case of primitive values or JSON values (if it was requested).
|