Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.37 KB

File metadata and controls

28 lines (20 loc) · 1.37 KB
title Details Class
description The Details class is used to define the details section of an item in the Command Palette.
ms.date 2/25/2025
ms.topic reference
no-loc
PowerToys
Windows
Insider

Details Class

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 is the main content that will be displayed in the details section.
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.