public sealed class MenuItemExtensionPoint : IMessage<MenuItemExtensionPoint>, IEquatable<MenuItemExtensionPoint>, IDeepCloneable<MenuItemExtensionPoint>, IBufferMessage, IMessage
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-07 UTC."],[[["\u003cp\u003eThis document outlines the \u003ccode\u003eMenuItemExtensionPoint\u003c/code\u003e class, which is used to define a menu item or button in a host application.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMenuItemExtensionPoint\u003c/code\u003e class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from the \u003ccode\u003eObject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors, \u003ccode\u003eMenuItemExtensionPoint()\u003c/code\u003e and \u003ccode\u003eMenuItemExtensionPoint(MenuItemExtensionPoint other)\u003c/code\u003e, allowing for default initialization or copying from another instance.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eMenuItemExtensionPoint\u003c/code\u003e include \u003ccode\u003eLabel\u003c/code\u003e for the user-visible text, \u003ccode\u003eLogoUrl\u003c/code\u003e for the icon, and \u003ccode\u003eRunFunction\u003c/code\u003e for the action to execute.\u003c/p\u003e\n"],["\u003cp\u003eThe class is a part of the \u003ccode\u003eGoogle.Apps.Script.Type\u003c/code\u003e namespace, within the \u003ccode\u003eGoogle.Apps.Script.Type.dll\u003c/code\u003e assembly, with the latest version being 2.3.0 and the current context being version 1.1.0.\u003c/p\u003e\n"]]],[],null,[]]