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"]],[["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-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eHomepageExtensionPoint\u003c/code\u003e class is used to declare an add-on's home-page view, inheriting from \u003ccode\u003eObject\u003c/code\u003e and implementing several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThere are multiple versions of the \u003ccode\u003eHomepageExtensionPoint\u003c/code\u003e documented, ranging from version 1.0.0 to 2.3.0, with 2.3.0 being the latest version available.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eHomepageExtensionPoint\u003c/code\u003e class has two constructors: a default constructor \u003ccode\u003eHomepageExtensionPoint()\u003c/code\u003e and a copy constructor \u003ccode\u003eHomepageExtensionPoint(HomepageExtensionPoint other)\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes two key properties: \u003ccode\u003eEnabled\u003c/code\u003e, which is an optional boolean to enable or disable the home-page view, defaulting to \u003ccode\u003etrue\u003c/code\u003e, and \u003ccode\u003eRunFunction\u003c/code\u003e, a required string property for the endpoint to execute upon activation.\u003c/p\u003e\n"],["\u003cp\u003eIf the \u003ccode\u003eEnabled\u003c/code\u003e property of an add-on's home-page view is set to \u003ccode\u003efalse\u003c/code\u003e, an autogenerated overview card will be shown to users instead.\u003c/p\u003e\n"]]],[],null,[]]