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 page provides documentation for the `DocsExtensionPoint` class within the `Google.Apps.Script.Type` namespace, specifically version 2.1.0."],["The `DocsExtensionPoint` class is designed to define triggers for Google Docs add-ons and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `object` class and offers two constructors: a default constructor and one that accepts another `DocsExtensionPoint` instance."],["The `RunFunction` property, a string type, is required and represents the endpoint that will be executed when the extension point is triggered."],["This class' documentation covers a range of versions, from 1.0.0 to the most recent 2.3.0, with links to each versions specific documentation page."]]],[]]