RunScriptParameterType

@native @JSType trait RunScriptParameterType extends StObject
Companion
object
trait StObject
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object

Concrete fields

var awaitPromise: UndefOr[Boolean]

Whether execution should <code>await</code> for resulting value and return once awaited promise is resolved.

Whether execution should <code>await</code> for resulting value and return once awaited promise is resolved.

Specifies in which execution context to perform script run. If the parameter is omitted the evaluation will be performed in the context of the inspected page.

Specifies in which execution context to perform script run. If the parameter is omitted the evaluation will be performed in the context of the inspected page.

var generatePreview: UndefOr[Boolean]

Whether preview should be generated for the result.

Whether preview should be generated for the result.

var includeCommandLineAPI: UndefOr[Boolean]

Determines whether Command Line API should be available during the evaluation.

Determines whether Command Line API should be available during the evaluation.

var objectGroup: UndefOr[String]

Symbolic group name that can be used to release multiple objects.

Symbolic group name that can be used to release multiple objects.

var returnByValue: UndefOr[Boolean]

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

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

Id of the script to run.

Id of the script to run.

var silent: UndefOr[Boolean]

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

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