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-26 UTC."],[[["This document provides details for the `DocsExtensionPoint` class, which is used for declaring triggers in Google Docs add-ons."],["The `DocsExtensionPoint` class is sealed and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It inherits from the `Object` class and provides a constructor to initialize a new instance, along with a constructor that copies an existing `DocsExtensionPoint` object."],["The class includes a `RunFunction` property, which is a required string representing the endpoint to execute when the extension point is triggered."],["This documentation covers versions from 1.0.0 up to 2.3.0, with 2.3.0 being the latest."]]],[]]