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

    A type alias for the add widget options.

    interface AddOptions {
        closeRef?: boolean;
        mode?: DockLayout.InsertMode;
        ref?: null | Widget;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    closeRef?: boolean

    Whether to also close the widget referenced by ref.

    The insertion mode for adding the widget.

    The default is 'tab-after'.

    ref?: null | Widget

    The reference widget for the insert location.

    The default is null.