Click or drag to resize

RemoteObject Properties

Version 86.0.240

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