Run Script Request
data class RunScriptRequest(scriptId: ScriptId, executionContextId: ExecutionContextId?, objectGroup: String?, silent: Boolean?, includeCommandLineAPI: Boolean?, returnByValue: Boolean?, generatePreview: Boolean?, awaitPromise: Boolean?)
Content copied to clipboard
Represents request frame that can be used with Runtime#runScript operation call.
Runs script with given id in a given context.
See also
Constructors
RunScriptRequest
Link copied to clipboard
fun RunScriptRequest(scriptId: ScriptId, executionContextId: ExecutionContextId? = null, objectGroup: String? = null, silent: Boolean? = null, includeCommandLineAPI: Boolean? = null, returnByValue: Boolean? = null, generatePreview: Boolean? = null, awaitPromise: Boolean? = null)
Content copied to clipboard
Properties
awaitPromise
Link copied to clipboard
executionContextId
Link copied to clipboard
generatePreview
Link copied to clipboard
includeCommandLineAPI
Link copied to clipboard
objectGroup
Link copied to clipboard
returnByValue
Link copied to clipboard
Sources
jvm source
Link copied to clipboard