EvaluateOnCallFrameParameterType

@native @JSType trait EvaluateOnCallFrameParameterType 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

Call frame identifier to evaluate on.

Call frame identifier to evaluate on.

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]

Specifies whether command line API should be available to the evaluated expression, defaults to false.

Specifies whether command line API should be available to the evaluated expression, defaults to false.

var objectGroup: UndefOr[String]

String object group name to put result into (allows rapid releasing resulting object handles using <code>releaseObjectGroup</code>).

String object group name to put result into (allows rapid releasing resulting object handles using <code>releaseObjectGroup</code>).

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 throwOnSideEffect: UndefOr[Boolean]

Whether to throw an exception if side effect cannot be ruled out during evaluation.

Whether to throw an exception if side effect cannot be ruled out during evaluation.