Package google.apps.script.type.slidesStay organized with collectionsSave and categorize content based on your preferences.
Page Summary
SlidesAddOnManifestcustomizes the appearance and execution of Google Slides add-ons, including homepage configuration and triggers for file scope authorization.
SlidesExtensionPointprovides a structure for declaring triggers with arunFunctionfield specifying the endpoint to execute when triggered.
The documentation outlines properties for customizing Slides add-ons and how to declare triggers usingSlidesExtensionPoint, and it includes resources for previewing links with smart chips.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-22 UTC."],[],["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"]]