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"]],[["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-02 UTC."],[[["This page provides documentation for the `SheetsExtensionPoint` class, which is used for declaring triggers in Google Sheets add-ons."],["The `SheetsExtensionPoint` class is found within the `Google.Apps.Script.Type.Sheets` namespace and is part of the `Google.Apps.Script.Type.dll` assembly."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its capabilities for message handling, comparison, and deep cloning."],["The `SheetsExtensionPoint` class has a `RunFunction` property, a string that is required and specifies the endpoint to execute when the extension point is triggered."],["The class can be constructed without parameters, or with another SheetsExtensionPoint as a parameter."]]],[]]