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."],[[["The `HomepageExtensionPoint` class is used to declare an add-on's home-page view, inheriting from `Object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are multiple versions of the `HomepageExtensionPoint` documented, ranging from version 1.0.0 to 2.3.0, with 2.3.0 being the latest version available."],["The `HomepageExtensionPoint` class has two constructors: a default constructor `HomepageExtensionPoint()` and a copy constructor `HomepageExtensionPoint(HomepageExtensionPoint other)`."],["The class includes two key properties: `Enabled`, which is an optional boolean to enable or disable the home-page view, defaulting to `true`, and `RunFunction`, a required string property for the endpoint to execute upon activation."],["If the `Enabled` property of an add-on's home-page view is set to `false`, an autogenerated overview card will be shown to users instead."]]],[]]