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"]],[["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-08-07 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eSlidesAddOnManifest\u003c/code\u003e class is 2.3.0, as part of the Google.Apps.Script.Type namespace.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSlidesAddOnManifest\u003c/code\u003e class provides the structure for the manifest of a Slides add-on, inheriting from the \u003ccode\u003eobject\u003c/code\u003e class and implementing interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class contains properties such as \u003ccode\u003eHomepageTrigger\u003c/code\u003e and \u003ccode\u003eOnFileScopeGrantedTrigger\u003c/code\u003e, allowing configuration of the add-on's behavior when a homepage is triggered or when file scope authorization is granted.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors: a default constructor \u003ccode\u003eSlidesAddOnManifest()\u003c/code\u003e and one that takes another \u003ccode\u003eSlidesAddOnManifest\u003c/code\u003e object as an argument for creating a new instance based on an existing one.\u003c/p\u003e\n"],["\u003cp\u003eThere are six different versions of the \u003ccode\u003eSlidesAddOnManifest\u003c/code\u003e Class available in the documentation, ranging from version 1.0.0 up to the latest, 2.3.0.\u003c/p\u003e\n"]]],[],null,["# Google.Apps.Script.Type - Class SlidesAddOnManifest (2.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.3.0 (latest)](/dotnet/docs/reference/Google.Apps.Script.Type/latest/Google.Apps.Script.Type.Slides.SlidesAddOnManifest)\n- [2.2.0](/dotnet/docs/reference/Google.Apps.Script.Type/2.2.0/Google.Apps.Script.Type.Slides.SlidesAddOnManifest)\n- [2.1.0](/dotnet/docs/reference/Google.Apps.Script.Type/2.1.0/Google.Apps.Script.Type.Slides.SlidesAddOnManifest)\n- [2.0.0](/dotnet/docs/reference/Google.Apps.Script.Type/2.0.0/Google.Apps.Script.Type.Slides.SlidesAddOnManifest)\n- [1.1.0](/dotnet/docs/reference/Google.Apps.Script.Type/1.1.0/Google.Apps.Script.Type.Slides.SlidesAddOnManifest)\n- [1.0.0](/dotnet/docs/reference/Google.Apps.Script.Type/1.0.0/Google.Apps.Script.Type.Slides.SlidesAddOnManifest) \n\n public sealed class SlidesAddOnManifest : IMessage\u003cSlidesAddOnManifest\u003e, IEquatable\u003cSlidesAddOnManifest\u003e, IDeepCloneable\u003cSlidesAddOnManifest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google.Apps.Script.Type class SlidesAddOnManifest.\n\nSlides add-on manifest. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e SlidesAddOnManifest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[SlidesAddOnManifest](/dotnet/docs/reference/Google.Apps.Script.Type/latest/Google.Apps.Script.Type.Slides.SlidesAddOnManifest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[SlidesAddOnManifest](/dotnet/docs/reference/Google.Apps.Script.Type/latest/Google.Apps.Script.Type.Slides.SlidesAddOnManifest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[SlidesAddOnManifest](/dotnet/docs/reference/Google.Apps.Script.Type/latest/Google.Apps.Script.Type.Slides.SlidesAddOnManifest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Apps.Script.Type.Slides](/dotnet/docs/reference/Google.Apps.Script.Type/latest/Google.Apps.Script.Type.Slides)\n\nAssembly\n--------\n\nGoogle.Apps.Script.Type.dll\n\nConstructors\n------------\n\n### SlidesAddOnManifest()\n\n public SlidesAddOnManifest()\n\n### SlidesAddOnManifest(SlidesAddOnManifest)\n\n public SlidesAddOnManifest(SlidesAddOnManifest other)\n\nProperties\n----------\n\n### HomepageTrigger\n\n public HomepageExtensionPoint HomepageTrigger { get; set; }\n\nIf present, this overrides the configuration from\n`addOns.common.homepageTrigger`.\n\n### OnFileScopeGrantedTrigger\n\n public SlidesExtensionPoint OnFileScopeGrantedTrigger { get; set; }\n\nEndpoint to execute when file scope authorization is granted\nfor this document/user pair."]]