Create a CallEventData instance for the given data.
holds the parameter values to be used during the invocation of the operation (optional)
a context filter that must match a given context at the remote end (optional)
A context filter whose conditions must match a context object at the remote end
in order to allow execution of the remote call (optional).
If no filter has been specified the value returned is undefined
.
Holds the parameter values to be used during the remote invocation of the operation (optional).
Parameters must be either by-position through a JSON array or by-name
through a JSON object. If no parameters have been specified the value returned is undefined
.
Returns the JSON value of the positional parameter with the given index. Returns undefined
,
if the given index is out of range or if no index parameters have been specified.
the zero-based index into the JSON parameters array
Returns the JSON value of the keyword parameter with the given name. Returns undefined
,
if the given name is missing or if no keyword parameters have been specified.
the name of a key in the JSON parameters object
a CoatyObject to match against the context filter specified in event data (optional).
Generated using TypeDoc
Defines event data format for invoking a remote operation call.