SetScriptSourceParameterType

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

var dryRun: UndefOr[Boolean]

If true the change will not actually be applied. Dry run may be used to get result description without actually modifying the code.

If true the change will not actually be applied. Dry run may be used to get result description without actually modifying the code.

Id of the script to edit.

Id of the script to edit.

var scriptSource: String

New content of the script.

New content of the script.