| title | ICommandResult Interface | |||
|---|---|---|---|---|
| description | The ICommandResult interface indicates what the Command Palette should do after the command is executed. | |||
| ms.date | 2/10/2025 | |||
| ms.topic | reference | |||
| no-loc |
|
Namespace: Microsoft.CommandPalette.Extensions
Indicates what the Command Palette should do after the command is executed. This allows for commands to control the flow of the Command Palette.
Derived CommandResult
| Property | Type | Description |
|---|---|---|
| Args | ICommandResultArgs | The arguments for the command result. |
| Kind | CommandResultKind | The kind of command result. |