public sealed class HomepageExtensionPoint : IMessage<HomepageExtensionPoint>, IEquatable<HomepageExtensionPoint>, IDeepCloneable<HomepageExtensionPoint>, IBufferMessage, IMessage
Common format for declaring an add-on's home-page view.
[[["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-05 UTC."],[[["Version 2.3.0 is the latest release, with several previous versions including 2.2.0, 2.1.0, 2.0.0, 1.1.0, and 1.0.0 also available for review."],["The `HomepageExtensionPoint` class, part of the `Google.Apps.Script.Type` namespace, is a common format for declaring an add-on's home-page view."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `HomepageExtensionPoint` class includes properties such as `Enabled`, which can disable the home-page view, and `RunFunction`, which defines the execution endpoint when activated."],["There are two constructors available, one default and one that accepts another `HomepageExtensionPoint` instance."]]],[]]