Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Windows developer