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 Jump to heading
optional
Jump to headingvalue: any
Primitive value or serializable javascript object.
optional
Jump to headingunserializableValue: UnserializableValue | undefined
Primitive value which can not be JSON-stringified.
optional
Jump to headingobjectId: RemoteObjectId | undefined
Remote object handle.