x4js - v2.2.49
    Preparing search index...

    An editor contribution that gets created every time a new editor gets created and gets disposed when the editor gets disposed.

    interface IEditorContribution {
        dispose(): void;
        restoreViewState?(state: unknown): void;
        saveViewState?(): unknown;
    }
    Index