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` or `wasm` type values only.
              | |
| 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).
              |