devMode property

bool? devMode
getter/setter pair

If true and the user is an owner of the script, the script runs at the most recently saved version rather than the version deployed for use with the Apps Script API.

Optional; default is false.

Implementation

core.bool? devMode;