A handler for a CodeEditor.IEditor.

Hierarchy

  • EditorHandler
    • EditorHandler

Constructors

Properties

Accessors

Methods

Constructors

  • Instantiate a new EditorHandler.

    Parameters

    • options: IOptions

      The instantiation options for a EditorHandler.

    Returns EditorHandler

Properties

isDisposed: boolean

Whether the handler is disposed.

Accessors

  • get editor(): IEditor
  • The editor

    Returns IEditor

Methods

  • Dispose the handler.

    Returns void

  • Refresh the breakpoints display

    Returns void

Generated using TypeDoc