Interface ICodeEditorViewState

A (serializable) state of the code editor.

Hierarchy

  • ICodeEditorViewState

Properties

contributionsState: {
    [id: string]: any;
}

Type declaration

  • [id: string]: any
cursorState: ICursorState[]
viewState: IViewState