Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

apps script toast

function toastMessageTimeout() {
  // Display the toast for 15 seconds
  SpreadsheetApp.getActive().toast("Message", "Title", 15);
}
Source by spreadsheet.dev #
 
PREVIOUS NEXT
Tagged: #apps #script #toast
ADD COMMENT
Topic
Name
7+1 =