public sealed class DocsAddOnManifest : IMessage<DocsAddOnManifest>, IEquatable<DocsAddOnManifest>, IDeepCloneable<DocsAddOnManifest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google.Apps.Script.Type class DocsAddOnManifest.
[[["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."],[[["This page provides reference documentation and code samples for the `DocsAddOnManifest` class within the `Google.Apps.Script.Type` namespace, specifically version 2.1.0."],["The `DocsAddOnManifest` class is a sealed class representing a manifest for Docs add-ons, inheriting from `object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are multiple versions of the `DocsAddOnManifest` class, ranging from 1.0.0 up to the latest version 2.3.0, each with its own documentation page."],["The class has two constructors: a default constructor, `DocsAddOnManifest()`, and a copy constructor that takes another `DocsAddOnManifest` object as a parameter."],["The class has properties for `HomepageTrigger` and `OnFileScopeGrantedTrigger`, allowing custom configuration of extension points within a document, with their specific type being `HomepageExtensionPoint` and `DocsExtensionPoint` respectively."]]],[]]