deno.com

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.

Properties #

#value: any
optional

Primitive value or serializable javascript object.

Primitive value which can not be JSON-stringified.

#objectId: RemoteObjectId | undefined
optional

Remote object handle.