הגדרת מקש הקיצור להפעלת המאקרו.
השדה חייב להיות בפורמט Ctrl+Alt+Shift+Number,
כאשר Number היא ספרה אחת. אפשר להריץ מאקרו ללא קיצורי דרך רק מהתפריט כלים > מאקרו.
functionName
string
חובה. השם של פונקציית Apps Script שמפעילה את המאקרו. כברירת מחדל, הערך הזה תואם ל-menuName של הפונקציות שנוצרות באופן אוטומטי, אבל זה לא נדרש.
menuName
string
חובה. שם המאקרו כפי שהוא מופיע בממשק המשתמש של Google Sheets.
[null,null,["עדכון אחרון: 2024-12-21 (שעון UTC)."],[[["Sheets macros are defined using a manifest configuration, which must include all required fields."],["Each macro definition specifies a keyboard shortcut, the name of the Apps Script function to execute, and the menu name displayed in the Google Sheets UI."],["The keyboard shortcut must be unique and follow the format `Ctrl+Alt+Shift+` followed by a single digit."],["Macros without assigned shortcuts can only be run from the **Tools \u003e Macros** menu in Google Sheets."]]],[]]