@theia/navigator
Version:
Theia - Navigator Extension
10 lines • 699 B
TypeScript
import { ApplicationShellLayoutMigration, WidgetDescription, ApplicationShellLayoutMigrationContext } from '@theia/core/lib/browser/shell/shell-layout-restorer';
export declare class NavigatorLayoutVersion3Migration implements ApplicationShellLayoutMigration {
readonly layoutVersion = 3;
onWillInflateWidget(desc: WidgetDescription, { parent }: ApplicationShellLayoutMigrationContext): WidgetDescription | undefined;
}
export declare class NavigatorLayoutVersion5Migration implements ApplicationShellLayoutMigration {
readonly layoutVersion = 5;
onWillInflateWidget(desc: WidgetDescription): WidgetDescription | undefined;
}
//# sourceMappingURL=navigator-layout-migrations.d.ts.map