public sealed class UniversalActionExtensionPoint : IMessage<UniversalActionExtensionPoint>, IEquatable<UniversalActionExtensionPoint>, IDeepCloneable<UniversalActionExtensionPoint>, IBufferMessage, IMessage
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"]],[["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-08-06 UTC."],[[["This page provides documentation for the `UniversalActionExtensionPoint` class, which is used to define menu items in Google Apps Script."],["The `UniversalActionExtensionPoint` class has been released in multiple versions, starting from 1.0.0 up to the latest version, 2.3.0, with all of the versions being linked."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["`UniversalActionExtensionPoint` can be set with a label, a URL for opening a link, or an endpoint to run a function."],["The documentation provides information on the `ActionTypeCase` property, which appears to determine the specific type of action that will be performed."]]],[]]