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 webpage provides documentation for the `HomepageExtensionPoint` class within the `Google.Apps.Script.Type` namespace, detailing its use in defining an add-on's home-page view."],["The `HomepageExtensionPoint` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting members from the `object` class."],["The `HomepageExtensionPoint` class offers two constructors: a default constructor and one that accepts another `HomepageExtensionPoint` instance as a parameter."],["Key properties of the `HomepageExtensionPoint` class include `Enabled`, which allows disabling the home-page view and defaults to `true`, and `RunFunction`, which specifies the endpoint to execute when the extension point is activated."],["The content here covers versions 1.0.0 to 2.3.0 of this documentation, with version 2.3.0 being the latest version."]]],[]]