Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • EvaluateOnCallFrameParameterType

Index

Properties

callFrameId

callFrameId: CallFrameId

Call frame identifier to evaluate on.

expression

expression: string

Expression to evaluate.

Optional generatePreview

generatePreview: undefined | false | true

Whether preview should be generated for the result.

experimental

Optional includeCommandLineAPI

includeCommandLineAPI: undefined | false | true

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

Optional objectGroup

objectGroup: undefined | string

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

Optional returnByValue

returnByValue: undefined | false | true

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

Optional silent

silent: undefined | false | true

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

Optional throwOnSideEffect

throwOnSideEffect: undefined | false | true

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

Optional timeout

timeout: TimeDelta

Terminate execution after timing out (number of milliseconds).

experimental

Generated using TypeDoc