Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • EvaluateParameterType

Index

Properties

Optional awaitPromise

awaitPromise: boolean

Whether execution should await for resulting value and return once awaited promise is resolved.

Optional contextId

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.

expression

expression: string

Expression to evaluate.

Optional generatePreview

generatePreview: boolean

Whether preview should be generated for the result.

experimental

Optional includeCommandLineAPI

includeCommandLineAPI: boolean

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

Optional objectGroup

objectGroup: string

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

Optional returnByValue

returnByValue: boolean

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

Optional silent

silent: boolean

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

Optional userGesture

userGesture: boolean

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

Generated using TypeDoc