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-07-02 UTC."],[[["This document describes the `HomepageExtensionPoint` class, which is used to define the home-page view for add-ons."],["The `HomepageExtensionPoint` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers a default constructor and one that takes another `HomepageExtensionPoint` object as a parameter."],["The `Enabled` property allows disabling the home-page view, defaulting to `true`, and if disabled an overview card is autogenerated for users."],["The `RunFunction` property is required and defines the endpoint triggered when the extension point is activated."]]],[]]