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

    An options object for creating a stacked panel.

    interface IOptions {
        layout?: StackedLayout;
    }
    Index

    Properties

    Properties

    layout?: StackedLayout

    The stacked layout to use for the stacked panel.

    The default is a new StackedLayout.