EvaluateParameterType

@native @JSType trait EvaluateParameterType 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 evaluation. If the parameter is omitted the evaluation will be performed in the context of the inspected page.

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

var expression: String

Expression to evaluate.

Expression to evaluate.

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 that should be sent by value.

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

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.

var userGesture: UndefOr[Boolean]

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

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