public sealed class SheetsExtensionPoint : IMessage<SheetsExtensionPoint>, IEquatable<SheetsExtensionPoint>, IDeepCloneable<SheetsExtensionPoint>, IBufferMessage, IMessage
Common format for declaring a Sheets 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 latest version of `SheetsExtensionPoint` is 2.3.0, with previous versions dating back to 1.0.0, all accessible via provided links."],["`SheetsExtensionPoint` is a sealed class in the `Google.Apps.Script.Type.Sheets` namespace, designed for declaring triggers for Sheets add-ons."],["The class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains the `RunFunction` property, which is a string representing the required endpoint to be executed when the extension point is activated."],["The class offers two constructors, a default constructor and one that takes another `SheetsExtensionPoint` as a parameter."]]],[]]