public sealed class SlidesAddOnManifest : IMessage<SlidesAddOnManifest>, IEquatable<SlidesAddOnManifest>, IDeepCloneable<SlidesAddOnManifest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google.Apps.Script.Type class SlidesAddOnManifest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `SlidesAddOnManifest` class is 2.3.0, as part of the Google.Apps.Script.Type namespace."],["The `SlidesAddOnManifest` class provides the structure for the manifest of a Slides add-on, inheriting from the `object` class and implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class contains properties such as `HomepageTrigger` and `OnFileScopeGrantedTrigger`, allowing configuration of the add-on's behavior when a homepage is triggered or when file scope authorization is granted."],["The class offers two constructors: a default constructor `SlidesAddOnManifest()` and one that takes another `SlidesAddOnManifest` object as an argument for creating a new instance based on an existing one."],["There are six different versions of the `SlidesAddOnManifest` Class available in the documentation, ranging from version 1.0.0 up to the latest, 2.3.0."]]],[]]