Edit

DetailsElement Class

Definition

Namespace: Microsoft.CommandPalette.Extensions.Toolkit

Implements IDetailsElement

The DetailsElement class is used to define a details element that can be displayed in the details section of an item in the Command Palette.

Properties

Property Type Description
Key String The key of the details element. This is used to identify the element in the Command Palette.
Data IDetailsData The data associated with the details element.