chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.runtime / CallFunctionOnRequest / <init>

<init>

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)

Request object containing input parameters for the RuntimeDomain.callFunctionOn command.