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