interface Runtime.CallFunctionOnParameterType
Properties #
#functionDeclaration: stringDeclaration of the function to call.
#objectId: RemoteObjectId | undefinedIdentifier of the object to call function on. Either objectId or executionContextId should be specified.
#arguments: CallArgument[] | undefinedCall arguments. All call arguments must belong to the same JavaScript world as the target object.
In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides setPauseOnException state.
#returnByValue: boolean | undefinedWhether the result is expected to be a JSON object which should be sent by value.
#generatePreview: boolean | undefinedWhether preview should be generated for the result.
#userGesture: boolean | undefinedWhether execution should be treated as initiated by user in the UI.
#awaitPromise: boolean | undefinedWhether execution should await for resulting value and return once awaited promise is resolved.
#executionContextId: ExecutionContextId | undefinedSpecifies execution context which global object will be used to call function on. Either executionContextId or objectId should be specified.
#objectGroup: string | undefinedSymbolic group name that can be used to release multiple objects. If objectGroup is not specified and objectId is, objectGroup will be inherited from object.