Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRegisterTextEditorCommandHandler

Hierarchy

  • IRegisterTextEditorCommandHandler

Index

Properties

Methods

Properties

commandName

commandName: string

kind

kind: "IRegisterTextEditorCommandHandler"

Methods

callback

  • callback(textEditor: TextEditor, edit: TextEditorEdit, ...args: any[]): void
  • Parameters

    • textEditor: TextEditor
    • edit: TextEditorEdit
    • Rest ...args: any[]

    Returns void

Generated using TypeDoc