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."],[[["This page details the `SheetsExtensionPoint` class, which is used to declare triggers for Sheets add-ons within the Google Apps Script framework."],["The `SheetsExtensionPoint` class is a sealed class, inheriting from `Object` and implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available for `SheetsExtensionPoint` is 2.3.0, and there are multiple version-specific documentations available, from 1.0.0 to 2.3.0."],["`SheetsExtensionPoint` has two constructors, one default and one that takes another `SheetsExtensionPoint` object as parameter."],["`SheetsExtensionPoint` has one property named `RunFunction` which is of type `String` and is a required endpoint that triggers when the extension is activated."]]],[]]