Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

  • CallArgument

Index

Properties

Optional objectId

objectId: RemoteObjectId

Remote object handle.

Optional unserializableValue

unserializableValue: UnserializableValue

Primitive value which can not be JSON-stringified.

Optional value

value: any

Primitive value or serializable javascript object.

Generated using TypeDoc