Interface ICodeEditorViewState

Expand description

A (serializable) state of the code editor.

interface ICodeEditorViewState {
    contributionsState: { [id: string]: unknown };
    cursorState: ICursorState[];
    viewState: IViewState;
}

Properties§

§contributionsState: { ... }
§cursorState: ICursorState[]
§viewState: IViewState