public sealed class MenuItemExtensionPoint : IMessage<MenuItemExtensionPoint>, IEquatable<MenuItemExtensionPoint>, IDeepCloneable<MenuItemExtensionPoint>, IBufferMessage, IMessage
Reference documentation and code samples for the Google.Apps.Script.Type class MenuItemExtensionPoint.
Common format for declaring a menu item, or button, that appears within a
host app.
[[["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 `MenuItemExtensionPoint` class provides a standardized format for defining menu items or buttons within a host application, as part of the Google Apps Script Type."],["This class is available in multiple versions, with version 2.3.0 being the latest release, it also supports prior versions dating back to 1.0.0."],["`MenuItemExtensionPoint` inherits from the `object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to facilitate functionalities like cloning, equality checks and message handling."],["The class features constructors for default initialization and cloning, along with properties like `Label`, `LogoUrl`, and `RunFunction`, enabling customization of the menu item's appearance and action."],["The class is part of the `Google.Apps.Script.Type` namespace, found within the `Google.Apps.Script.Type.dll` assembly."]]],[]]