public sealed class DocsExtensionPoint : IMessage<DocsExtensionPoint>, IEquatable<DocsExtensionPoint>, IDeepCloneable<DocsExtensionPoint>, IBufferMessage, IMessage
Common format for declaring a Docs add-on's triggers.
[[["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."],[[["`DocsExtensionPoint` is a sealed class in the `Google.Apps.Script.Type.Docs` namespace, designed for declaring triggers for Docs add-ons."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["Version 2.3.0 is the latest version, and previous versions like 2.2.0, 2.1.0, 2.0.0, 1.1.0, and 1.0.0 are also documented."],["It provides two constructors, a default constructor and another that accepts another `DocsExtensionPoint` object as a parameter for initialization."],["`DocsExtensionPoint` includes a `RunFunction` property, a string that represents the required endpoint to execute when the extension is activated."]]],[]]