SetScriptSourceParameterType

sealed external interface SetScriptSourceParameterType(source)

Properties

Link copied to clipboard
abstract var dryRun: Boolean?

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

Link copied to clipboard
abstract var scriptId: ScriptId

Id of the script to edit.

Link copied to clipboard
abstract var scriptSource: String

New content of the script.