Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CustomEditorsMain

Hierarchy

  • CustomEditorsMain

Implemented by

Index

Methods

  • $createCustomEditorPanel<T>(handle: string, title: string, widgetOpenerOptions: undefined | T, options: WebviewPanelOptions & WebviewOptions): Promise<void>
  • $onContentChange(resource: UriComponents, viewType: string): void
  • $onDidEdit(resource: UriComponents, viewType: string, editId: number, label: undefined | string): void
  • $registerCustomEditorProvider(viewType: string, options: WebviewPanelOptions, supportsMultipleEditorsPerDocument: boolean): void
  • $unregisterEditorProvider(viewType: string): void