public sealed class SlidesAddOnManifest : IMessage<SlidesAddOnManifest>, IEquatable<SlidesAddOnManifest>, IDeepCloneable<SlidesAddOnManifest>, IBufferMessage, IMessage
[[["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-07-02 UTC."],[[["This document provides information on the `SlidesAddOnManifest` class, which is a core component for configuring Slides add-ons within the Google Apps Script environment, with the most recent version listed as 2.3.0 and the current page related to version 1.1.0."],["The `SlidesAddOnManifest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object management."],["Key features of the `SlidesAddOnManifest` include the ability to set a `HomepageTrigger` to override the common homepage configuration and an `OnFileScopeGrantedTrigger` for execution upon file scope authorization."],["The namespace for `SlidesAddOnManifest` is `Google.Apps.Script.Type.Slides`, and it is contained within the `Google.Apps.Script.Type.dll` assembly."],["The `SlidesAddOnManifest` class has two constructors, one default and one that takes another `SlidesAddOnManifest` instance as an argument for copying existing configurations."]]],[]]