Eine Liste von Erweiterungspunkten für die Vorschau von Links in einem Google Präsentationen-Dokument. Weitere Informationen finden Sie unter Vorschaulinks mit Smartchips.
SlidesExtensionPoint
Gängiges Format für die Deklaration von Auslösern für ein Add-on in Google Präsentationen.
Felder
runFunction
string
Erforderlich. Der Endpunkt, der ausgeführt wird, wenn dieser Erweiterungspunkt aktiviert ist.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-04-22 (UTC)."],[[["`SlidesAddOnManifest` customizes the appearance and execution of Google Slides add-ons, including homepage configuration and triggers for file scope authorization."],["`SlidesAddOnManifest` utilizes extension points like `HomepageExtensionPoint`, `SlidesExtensionPoint`, and `LinkPreviewExtensionPoint` to define add-on behavior."],["`SlidesExtensionPoint` provides a structure for declaring triggers with a `runFunction` field specifying the endpoint to execute when triggered."],["The documentation outlines properties for customizing Slides add-ons and how to declare triggers using `SlidesExtensionPoint`, and it includes resources for previewing links with smart chips."]]],["The core content details the configuration of Google Slides add-ons through two main components: `SlidesAddOnManifest` and `SlidesExtensionPoint`. `SlidesAddOnManifest` allows customization via a `homepageTrigger` (overriding default settings), an `onFileScopeGrantedTrigger` (specifying execution upon file scope authorization), and `linkPreviewTriggers` (managing link previews). `SlidesExtensionPoint` defines triggers, requiring a `runFunction` endpoint, executed upon trigger activation. These components dictate add-on behavior and interaction within Google Slides.\n"]]