Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CustomEditorOpener

Implements

  • OpenHandler

Index

Constructors

Properties

id: string
label: string
onDidOpenCustomEditor: Event<[CustomEditorWidget, WidgetOpenerOptions?]> = ...
onDidOpenCustomEditorEmitter: Emitter<[CustomEditorWidget, WidgetOpenerOptions?]> = ...
pendingWidgetPromises: Map<string, Promise<CustomEditorWidget>> = ...
shell: ApplicationShell
widgetManager: WidgetManager

Methods

  • canHandle(uri: URI): number
  • getPriority(): number
  • open(uri: URI, options?: WidgetOpenerOptions): Promise<undefined | Widget>
  • toCustomEditorId(editorViewType: string): string