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"]],[["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-04 UTC."],[[["The `MenuItemExtensionPoint` class defines a menu item or button within a host app, allowing for custom actions."],["This class has properties such as `Label`, `LogoUrl`, and `RunFunction`, defining the text, icon, and the function to execute, respectively, when this extension point is activated."],["The class `MenuItemExtensionPoint` is part of the Google.Apps.Script.Type namespace and is implemented by the latest version 2.3.0 and prior versions, all the way to 1.0.0."],["`MenuItemExtensionPoint` inherits from the `object` class and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."]]],[]]