CallFunctionOnParameterType
Properties
Call arguments. All call arguments must belong to the same JavaScript world as the target object.
Whether execution should await
for resulting value and return once awaited promise is resolved.
Specifies execution context which global object will be used to call function on. Either executionContextId or objectId should be specified.
Declaration of the function to call.
Whether preview should be generated for the result.
Symbolic group name that can be used to release multiple objects. If objectGroup is not specified and objectId is, objectGroup will be inherited from object.
Identifier of the object to call function on. Either objectId or executionContextId should be specified.
Whether the result is expected to be a JSON object which should be sent by value.
Whether execution should be treated as initiated by user in the UI.