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

    A dock layout configuration object.

    interface ILayoutConfig {
        main: null | AreaConfig;
    }
    Index

    Properties

    Properties

    main: null | AreaConfig

    The layout config for the main dock area.