public sealed class DocsExtensionPoint : IMessage<DocsExtensionPoint>, IEquatable<DocsExtensionPoint>, IDeepCloneable<DocsExtensionPoint>, IBufferMessage, IMessage
Reference documentation and code samples for the Google.Apps.Script.Type class DocsExtensionPoint.
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-05 UTC."],[[["This documentation provides reference information and code samples for the `DocsExtensionPoint` class within the `Google.Apps.Script.Type` namespace."],["`DocsExtensionPoint` is a sealed class that defines a common format for declaring triggers for Google Docs add-ons."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["It has two constructors: a default constructor and one that accepts another `DocsExtensionPoint` object for initialization."],["The `RunFunction` property, a string, specifies the endpoint to execute when the extension point is activated."]]],[]]