interface Runtime.RemoteObject
Mirror object referencing original JavaScript object.
type: stringObject type.
optional
subtype: string | undefinedObject subtype hint. Specified for object type values only.
optional
className: string | undefinedObject class (constructor) name. Specified for object type values only.
optional
value: anyRemote object value in case of primitive values or JSON values (if it was requested).
optional
unserializableValue: UnserializableValue | undefinedPrimitive value which can not be JSON-stringified does not have value, but gets this property.
optional
description: string | undefinedString representation of the object.
optional
objectId: RemoteObjectId | undefinedUnique object identifier (for non-primitive values).
optional
preview: ObjectPreview | undefinedPreview containing abbreviated property values. Specified for object type values only.
optional
customPreview: CustomPreview | undefined