Enum TriggerSource
TriggerSource
Enumerasi yang menunjukkan sumber peristiwa yang menyebabkan pemicu diaktifkan.
Untuk memanggil enum, Anda memanggil class induk, nama, dan propertinya. 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 menyebabkan pemicu diaktifkan. |
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 2024-12-02 UTC.
[null,null,["Terakhir diperbarui pada 2024-12-02 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."]]],[]]