Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Command

Command represents a particular invocation of a registered command.

Hierarchy

  • Command

Index

Properties

Optional arguments

arguments: any[]

Arguments that the command handler should be invoked with.

Optional command

command: string

The identifier of the actual command handler.

Optional id

id: string
deprecated

use command instead

Optional label

label: string
deprecated

use title instead

Optional title

title: string

Title of the command invocation, like "Add local variable 'foo'".

Optional tooltip

tooltip: string

A tooltip for for command, when represented in the UI.