Edit

DetailsLink Class

Definition

Namespace: Microsoft.CommandPalette.Extensions.Toolkit

Implements IDetailsLink

The DetailsLink class is used to define a link that can be displayed in the details section of an item in the Command Palette. This class is useful for providing additional information or resources related to the item, allowing users to easily access relevant content.

Constructors

Constructor Description
DetailsLink() Initializes a new instance of the DetailsLink class.
DetailsLink(String) Initializes a new instance of the DetailsLink class with the specified text.
DetailsLink(String, String) Initializes a new instance of the DetailsLink class with the specified text and link.

Properties

Property Type Description
Link Uri The URI of the link.
Text String The text to display for the link.