x4js - v2.2.49
    Preparing search index...

    A (serializable) state of the code editor.

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