Theia API Documentation v1.65.0
    Preparing search index...

    This contribution point allows arbitrary modifications to the shell layout data when it is restored.

    interface ShellLayoutTransformer {
        transformLayoutOnRestore(layoutData: ApplicationShell.LayoutData): void;
    }
    Index

    Methods