public sealed class HomepageExtensionPoint : IMessage<HomepageExtensionPoint>, IEquatable<HomepageExtensionPoint>, IDeepCloneable<HomepageExtensionPoint>, IBufferMessage, IMessage
Reference documentation and code samples for the Google.Apps.Script.Type class HomepageExtensionPoint.
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."],[[["This document provides reference documentation for the `HomepageExtensionPoint` class within the `Google.Apps.Script.Type` namespace, detailing its properties, constructors, and implemented interfaces."],["The `HomepageExtensionPoint` class is used to define an add-on's home-page view and is sealed, inheriting from `object` and implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a default one and another that accepts a `HomepageExtensionPoint` object for copying, as well as the properties `Enabled` (to enable or disable the home-page view) and `RunFunction` (to define the endpoint executed upon activation)."],["There are multiple versions of the `HomepageExtensionPoint` class, ranging from version 1.0.0 to the latest 2.3.0."]]],[]]