Enum TriggerSource
TriggerSource
列舉,指出導致觸發條件觸發的事件來源。
如要呼叫列舉,您可以呼叫其父項類別、名稱和屬性。例如
ScriptApp.TriggerSource.SPREADSHEETS
。
屬性
屬性 | 類型 | 說明 |
SPREADSHEETS | Enum | Google 試算表就會觸發觸發條件。 |
CLOCK | Enum | 時間導向事件會導致觸發條件啟動。 |
FORMS | Enum | Google 表單會導致觸發條件啟動。 |
DOCUMENTS | Enum | Google 文件會觸發觸發條件。 |
CALENDAR | Enum | Google 日曆會觸發觸發條件。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2023-12-01 (世界標準時間)。
[null,null,["上次更新時間:2023-12-01 (世界標準時間)。"],[[["`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."]]],[]]