CallArgument

sealed external interface CallArgument(source)

Represents function call argument. Either remote object id objectId, primitive value, unserializable primitive value or neither of (for undefined) them should be specified.

Properties

Link copied to clipboard
abstract var objectId: RemoteObjectId?

Remote object handle.

Link copied to clipboard

Primitive value which can not be JSON-stringified.

Link copied to clipboard
abstract var value: Any?

Primitive value or serializable javascript object.