Edit

DetailsCommand Class

Definition

Namespace: Microsoft.CommandPalette.Extensions.Toolkit

Implements IDetailsCommand

The DetailsCommand class is used to define a command that can be executed in the Command Palette. It is a specialized command that provides additional details about the command's execution.

Properties

Property Type Description
Command ICommand The command associated with the details command. This is the command that will be executed when the details command is invoked.