public sealed class UniversalActionExtensionPoint : IMessage<UniversalActionExtensionPoint>, IEquatable<UniversalActionExtensionPoint>, IDeepCloneable<UniversalActionExtensionPoint>, IBufferMessage, IMessage
Reference documentation and code samples for the Google.Apps.Script.Type class UniversalActionExtensionPoint.
Format for declaring a universal action menu item extension point.
[[["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 `UniversalActionExtensionPoint` class, part of the `Google.Apps.Script.Type` namespace, is used to define a format for declaring universal action menu item extension points in Google Apps Script."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class, offering methods such as `GetHashCode`, `GetType`, and `ToString`."],["The class offers two constructors: a default constructor, and one that accepts another `UniversalActionExtensionPoint` instance as a parameter for easy copying."],["Key properties of the `UniversalActionExtensionPoint` include `ActionTypeCase` (specifying the type of action), `Label` (user-visible text), `OpenLink` (the URL to open), and `RunFunction` (the endpoint to execute)."],["The latest version of this class is 2.3.0, and it has existed since version 1.0.0, with versions including 2.2.0, 2.1.0, and 1.1.0 also available."]]],[]]