CallFunctionOnParameterType

sealed external interface CallFunctionOnParameterType(source)

Properties

Link copied to clipboard

Call arguments. All call arguments must belong to the same JavaScript world as the target object.

Link copied to clipboard
abstract var awaitPromise: Boolean?

Whether execution should await for resulting value and return once awaited promise is resolved.

Link copied to clipboard

Specifies execution context which global object will be used to call function on. Either executionContextId or objectId should be specified.

Link copied to clipboard

Declaration of the function to call.

Link copied to clipboard
abstract var generatePreview: Boolean?

Whether preview should be generated for the result.

Link copied to clipboard
abstract var objectGroup: String?

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.

Link copied to clipboard
abstract var objectId: RemoteObjectId?

Identifier of the object to call function on. Either objectId or executionContextId should be specified.

Link copied to clipboard
abstract var returnByValue: Boolean?

Whether the result is expected to be a JSON object which should be sent by value.

Link copied to clipboard
abstract var silent: Boolean?

In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides setPauseOnException state.

Link copied to clipboard
abstract var userGesture: Boolean?

Whether execution should be treated as initiated by user in the UI.