Skip to content

Commit

Permalink
Update types.gs
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-Makhrov authored Sep 26, 2023
1 parent a0b58aa commit b3f36ee
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions types.gs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,17 @@
* @property {SpreadsheetApp.Range} range
* @property {SpreadsheetApp.Spreadsheet} source
*/
/**
* onFormSubmit from Spreadsheet
*
* https://developers.google.com/apps-script/guides/triggers/events
*
* @typedef {Object} OnFormSubmitSrpeadsheetTriggerEvent
* @property {SpreadsheetApp.Range} range
* @property {Array} values
* @property {Object} namedValues - the question names and values from the form submission
* @property {String} triggerUid
*/

// Sheets API
/**
Expand Down

0 comments on commit b3f36ee

Please sign in to comment.