[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2023-12-01 UTC。"],[[["`EventType` is an enumeration used to define the type of event that triggers a script to run."],["The `EventType` enum includes properties such as `CLOCK`, `ON_OPEN`, `ON_EDIT`, `ON_FORM_SUBMIT`, `ON_CHANGE`, and `ON_EVENT_UPDATED`, each corresponding to a specific event trigger."],["To call an enum property, use the syntax `ScriptApp.EventType.PROPERTY_NAME`, replacing `PROPERTY_NAME` with the desired event type (e.g., `ScriptApp.EventType.CLOCK`)."],["These event triggers allow scripts to automatically execute in response to various actions within Google Apps like Docs, Sheets, Forms, and Calendar."]]],[]]