| title | DetailsCommand Class | |||
|---|---|---|---|---|
| description | The DetailsCommand class is used to define a command that can be executed in the Command Palette. | |||
| ms.date | 2/25/2025 | |||
| ms.topic | reference | |||
| no-loc |
|
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.
| 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. |