[[["เข้าใจง่าย","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."]]],[]]