| title | IInvokableCommand Interface | |||
|---|---|---|---|---|
| description | The IInvokableCommand interface represents a command that can be invoked in the Command Palette. | |||
| ms.date | 2/10/2025 | |||
| ms.topic | reference | |||
| no-loc |
|
Namespace: Microsoft.CommandPalette.Extensions
Derived CopyTextCommand
The IInvokableCommand interface represents a command that can be invoked in the Command Palette. It is used to define commands that can be executed by the user, such as opening a file, running a script, or performing an action.
| Method | Description |
|---|---|
| Invoke(Object) | Invokes the command with the specified arguments. |