CompileScriptParameterType

sealed external interface CompileScriptParameterType(source)

Properties

Link copied to clipboard

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.

Link copied to clipboard
abstract var expression: String

Expression to compile.

Link copied to clipboard
abstract var persistScript: Boolean

Specifies whether the compiled script should be persisted.

Link copied to clipboard
abstract var sourceURL: String

Source url to be set for the script.