Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICodeMirror

The CodeMirror interface.

Hierarchy

  • ICodeMirror

Index

Properties

CodeMirror

CodeMirror: __module

A singleton CodeMirror module, rexported.

ensureVimKeymap

ensureVimKeymap: () => Promise<void>

Type declaration

    • (): Promise<void>
    • A function to allow extensions to ensure that the vim keymap has been imported

      Returns Promise<void>

Generated using TypeDoc