interface Runtime.RemoteObject
Mirror object referencing original JavaScript object.
Properties Jump to heading
Jump to headingtype: stringObject type.
optional
Jump to headingsubtype: string | undefinedObject subtype hint. Specified for object type values only.
optional
Jump to headingclassName: string | undefinedObject class (constructor) name. Specified for object type values only.
optional
Jump to headingvalue: anyRemote object value in case of primitive values or JSON values (if it was requested).
optional
Jump to headingunserializableValue: UnserializableValue | undefinedPrimitive value which can not be JSON-stringified does not have value, but gets this property.
optional
Jump to headingdescription: string | undefinedString representation of the object.
optional
Jump to headingobjectId: RemoteObjectId | undefinedUnique object identifier (for non-primitive values).
optional
Jump to headingpreview: ObjectPreview | undefinedPreview containing abbreviated property values. Specified for object type values only.
optional
Jump to headingcustomPreview: CustomPreview | undefined