Call Function On Request
data class CallFunctionOnRequest(functionDeclaration: String, objectId: RemoteObjectId?, arguments: List<CallArgument>?, silent: Boolean?, returnByValue: Boolean?, generatePreview: Boolean?, userGesture: Boolean?, awaitPromise: Boolean?, executionContextId: ExecutionContextId?, objectGroup: String?)
Content copied to clipboard
Represents request frame that can be used with Runtime#callFunctionOn operation call.
Calls function with given declaration on the given object. Object group of the result is inherited from the target object.
See also
Constructors
CallFunctionOnRequest
Link copied to clipboard
fun CallFunctionOnRequest(functionDeclaration: String, objectId: RemoteObjectId? = null, arguments: List<CallArgument>? = null, silent: Boolean? = null, returnByValue: Boolean? = null, generatePreview: Boolean? = null, userGesture: Boolean? = null, awaitPromise: Boolean? = null, executionContextId: ExecutionContextId? = null, objectGroup: String? = null)
Content copied to clipboard
Properties
arguments
Link copied to clipboard
awaitPromise
Link copied to clipboard
executionContextId
Link copied to clipboard
functionDeclaration
Link copied to clipboard
generatePreview
Link copied to clipboard
objectGroup
Link copied to clipboard
objectId
Link copied to clipboard
returnByValue
Link copied to clipboard
userGesture
Link copied to clipboard
Sources
jvm source
Link copied to clipboard