Bir Google E-Tablolar dokümanındaki bağlantıları önizlemek için uzantı noktalarının listesi. Ayrıntılı bilgi için Akıllı çiplerle bağlantıları önizleme başlıklı makaleyi inceleyin.
SheetsExtensionPoint
E-Tablolar eklentilerinin tetikleyicilerini belirtmek için kullanılan genel biçim.
Alanlar
runFunction
string
Zorunlu. Bu uzantı noktası etkinleştirildiğinde yürütülecek uç nokta.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-02-27 UTC."],[[["The content focuses on customizing Google Sheets add-ons, particularly their appearance and execution using `SheetsAddOnManifest`."],["`SheetsAddOnManifest` properties include homepage configuration, file scope authorization triggers, and link preview extension points."],["`SheetsExtensionPoint` provides a common structure for defining Sheets add-on triggers with a required `runFunction` field specifying the execution endpoint."]]],["The `SheetsAddOnManifest` message customizes a Google Sheets add-on's behavior. It utilizes the `HomepageTrigger` to override the default homepage, the `onFileScopeGrantedTrigger` to specify an endpoint when file scope authorization is granted, and `linkPreviewTriggers` to set up link preview functionality. `SheetsExtensionPoint` defines the format for add-on triggers, with the required `runFunction` field specifying the endpoint to be executed when the extension is triggered.\n"]]