Global

Members

(constant) FIRST_STAFF_ROW :number

Monthly totals spreadsheet first staff member row. Rows 1, 2, and 3 are the totals spreadsheet header.
Type:
  • number
Default Value:
  • 4
Source:

(constant) LAST_STAFF_ROW :number

Monthly totals spreadsheet last staff member row. Rows 24 and after are the totals spreadsheet footer
Type:
  • number
Default Value:
  • 23
Source:

Type Definitions

CodeMoveSpreadsheets

Type:
  • Array
Properties:
Name Type Description
codeMoveFile File Code Move spreadsheets File object
newCodeMoveFile boolean true for newly created File
Source:

File

Source:
See:

Folder

Source:
See:

GoogleUser

Type:
  • object
Properties:
Name Type Description
GoogleUser.name GoogleUserName object defining a user's name
GoogleUser.email string user's email
Source:

GoogleUserName

Type:
  • object
Properties:
Name Type Description
GoogleUserName.givenName string Firstname
GoogleUserName.familyName string Lastname
Source:

StaffNameList

Type:
  • Object.<string, boolean>
Properties:
Name Type Description
StaffNameList.name string Firstname Lastname
StaffNameList.active boolean true
Source:

SupTechStatsFile

Type:
  • Array
Properties:
Name Type Description
supTechStatsFile File Sup/Tech spreadsheet's file object
newSupTechStatsFile boolean true if newly created file
Source:

UserData

The object type of the elements of the array returned by the getObjArr function.
Type:
  • object
Properties:
Name Type Description
UserData.staffName string Family,Given MI
UserData.staffEmail string mnemonic@mail.com
Source:

YearlyStatsFolderAndSpreadsheets

Type:
  • Array
Properties:
Type Description
Folder yearFolder
File yearlyStatsFile
File supTechStatsFile
Source: