Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WorkspaceCommand

A workspace command.

Hierarchy

  • WorkspaceCommand

Index

Properties

action

action: Function

The function for the command.

button

button: vscode.Disposable

The button for this command.

command

command: string

The command (ID).

thisArgs

thisArgs: any

The object / value that should be applied to 'action'.

workspace

workspace: Workspace

The workspace, the command belongs to.

Generated using TypeDoc