Edit

Share via


IDetailsCommand Interface

Definition

Namespace: Microsoft.CommandPalette.Extensions

The IDetailsCommand interface is used to define a command in the Command Palette. Commands are used to perform actions or operations related to the item being displayed in the Command Palette.

Properties

Property Type Description
Command ICommand The command associated with the item.