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-07-09 UTC."],[[["This document outlines the `MenuItemExtensionPoint` class, which is used to define a menu item or button in a host application."],["The `MenuItemExtensionPoint` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class has two constructors, `MenuItemExtensionPoint()` and `MenuItemExtensionPoint(MenuItemExtensionPoint other)`, allowing for default initialization or copying from another instance."],["Key properties of `MenuItemExtensionPoint` include `Label` for the user-visible text, `LogoUrl` for the icon, and `RunFunction` for the action to execute."],["The class is a part of the `Google.Apps.Script.Type` namespace, within the `Google.Apps.Script.Type.dll` assembly, with the latest version being 2.3.0 and the current context being version 1.1.0."]]],[]]