Edit

Share via


IDetails Interface

Definition

Namespace: Microsoft.CommandPalette.Extensions

The IDetails interface is used to define the details view of a command in the Command Palette. Details can be used to provide additional information or resources related to the item being displayed in the Command Palette.

Properties

Property Type Description
Body String The body of the details.
HeroImage IIconInfo The hero image associated with the details.
Metadata IDetailsElement[] The metadata associated with the details.
Title String The title of the details section.