Define o atalho de teclado que executa a macro.
Ele precisa estar no formato Ctrl+Alt+Shift+Number,
em que Number é um único dígito. Macros sem
atalhos só podem ser executadas no menu Tools > Macros.
functionName
string
Obrigatório. O nome da função do Apps Script que executa a macro. Por padrão, ele corresponde ao menuName para funções criadas automaticamente, mas isso não é um requisito.
menuName
string
Obrigatório. O nome da macro conforme aparece na interface do Google Sheets.
[null,null,["Última atualização 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."]]],[]]