RemoteObject
@Serializable
Mirror object referencing original JavaScript object.
Constructors
Link copied to clipboard
constructor(type: String, subtype: String? = null, className: String? = null, value: JsonElement? = null, unserializableValue: String? = null, description: String? = null, deepSerializedValue: Runtime.DeepSerializedValue? = null, objectId: String? = null, preview: Runtime.ObjectPreview? = null, customPreview: Runtime.CustomPreview? = null)
Properties
Link copied to clipboard
Link copied to clipboard
Deep serialized value.
Link copied to clipboard
String representation of the object.
Link copied to clipboard
Preview containing abbreviated property values. Specified for object
type values only.
Link copied to clipboard
Primitive value which can not be JSON-stringified does not have value
, but gets this property.