Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EditorManager

Hierarchy

  • EditorManager

Index

Properties

activeEditor

activeEditor: Editor

The currently active Editor instance

allEditors

allEditors: Editor[]

An array of all available Editor instances

anyEditor

anyEditor: Editor

A proxy that always points to the active Editor. This means you can avoid always needing to hook/unhook events when the active Editor changes by hooking events on anyEditor

onActiveEditorChanged

onActiveEditorChanged: IEvent<Editor>

Event that is dispatched when the active Editor changes, for example, when focus moves from one Editor to another.

Methods

openFile

Generated using TypeDoc