IExplorerCommand
interface
Commands available inside the explorer container.
Properties
| Name | Type | Description |
|---|---|---|
enabled (readonly) |
boolean |
Gets a value indicating whether the command is enabled. |
group (readonly) |
CommandGroups |
Command group. |
icon? (readonly) |
Icon |
Optional icon describing the command. |
id (readonly) |
string |
Unique identifier of the command. |
keybinding? (readonly) |
`string | Keybinding` |
label (readonly) |
string |
Human readable text describing the command. |
execute()
Signature
execute(): void | Promise<void>Returns
void | Promise<void>