Interface: Command
Represents a reference to a command. Provides a title which will be used to represent a command in the UI and, optionally, an array of arguments which will be passed to the command handler function when invoked.
Properties
arguments?
arguments?:
any[]
Source
packages/extension-api/src/extension-api.d.ts:31
command
command:
string
Source
packages/extension-api/src/extension-api.d.ts:28
title
title:
string
Source
packages/extension-api/src/extension-api.d.ts:27
tooltip?
tooltip?:
string