Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Definition
Namespace: Microsoft.CommandPalette.Extensions.Toolkit
Inherits BaseObservable
Implements IDetails
The Details class is used to define the details section of an item in the Command Palette. It provides properties for setting the title, body, and metadata of the details section.
Properties
| Property | Type | Description |
|---|---|---|
| Body | String | The body of the details section. This content is rendered as markdown, so you can use markdown syntax for formatting (headings, bold, italic, links, lists, etc.). |
| HeroImage | IIconInfo | The hero image associated with the details section. This is an image that represents the details section visually. |
| Metadata | IDetailsElement | The metadata associated with the details section. This is additional information that can be displayed in the details section. |
| Title | String | The title of the details section. This is the main heading that will be displayed in the details section. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Windows developer