CompileScriptParameterType

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

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.

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.

var expression: String

Expression to compile.

Expression to compile.

var persistScript: Boolean

Specifies whether the compiled script should be persisted.

Specifies whether the compiled script should be persisted.

var sourceURL: String

Source url to be set for the script.

Source url to be set for the script.