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"]],[["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 `DocsExtensionPoint` class, found in the `Google.Apps.Script.Type.Docs` namespace, is used to define triggers for Google Docs add-ons."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality checks, deep cloning, and buffered operations."],["The `DocsExtensionPoint` class inherits from the `Object` class and includes members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The class provides two constructors: a default constructor `DocsExtensionPoint()` and a copy constructor `DocsExtensionPoint(DocsExtensionPoint other)` for creating instances."],["It includes a property named `RunFunction` of type `String` that specifies the endpoint to execute when the extension point is triggered."]]],[]]