Enum TriggerSource
TriggerSource
Enumerasi yang menunjukkan sumber peristiwa yang menyebabkan pemicu diaktifkan.
Untuk memanggil enum, panggil class, nama, dan properti induknya. Misalnya,
ScriptApp.TriggerSource.SPREADSHEETS
.
Properti
Properti | Jenis | Deskripsi |
SPREADSHEETS | Enum | Google Spreadsheet menyebabkan pemicu diaktifkan. |
CLOCK | Enum | Peristiwa berbasis waktu menyebabkan pemicu diaktifkan. |
FORMS | Enum | Google Formulir menyebabkan pemicu diaktifkan. |
DOCUMENTS | Enum | Google Dokumen menyebabkan pemicu diaktifkan. |
CALENDAR | Enum | Google Kalender akan mengaktifkan pemicu. |
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2023-12-01 UTC.
[null,null,["Terakhir diperbarui pada 2023-12-01 UTC."],[[["`TriggerSource` is an enum used to identify the event source that activates a trigger."],["Calling an enum involves referencing its parent class, name, and specific property, for example, `ScriptApp.TriggerSource.SPREADSHEETS`."],["The properties of `TriggerSource` include `SPREADSHEETS`, `CLOCK`, `FORMS`, `DOCUMENTS`, and `CALENDAR`, indicating different event sources like Google Sheets, time-driven events, Google Forms, Google Docs, and Google Calendar, respectively."]]],[]]