Package google.apps.script.type.slides
SlidesAddOnManifest
Properties customizing the appearance and execution of a Google Slides add-on.
SlidesExtensionPoint
Common format for declaring a Slides add-on's triggers.
Fields |
runFunction |
string
Required. The endpoint to execute when this extension point is activated.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-27 UTC.
[null,null,["Last updated 2025-02-27 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"]]