interface Runtime.CallArgument
Represents function call argument. Either remote object id objectId, primitive value, unserializable primitive value or neither of (for undefined) them should be specified.
optional
value: anyPrimitive value or serializable javascript object.
optional
unserializableValue: UnserializableValue | undefinedPrimitive value which can not be JSON-stringified.
optional
objectId: RemoteObjectId | undefinedRemote object handle.