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

    Options for adding a widget to the application shell.

    interface OpenViewArguments {
        activate?: boolean;
        area?: Area;
        mode?: OpenToSideMode | "tab-replace" | DockLayout.InsertMode;
        rank?: number;
        ref?: Widget;
        reveal?: boolean;
        toggle?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    activate?: boolean
    area?: Area

    The area of the application shell where the widget will reside.

    mode?: OpenToSideMode | "tab-replace" | DockLayout.InsertMode

    The insertion mode for adding the widget.

    The default is 'tab-after'.

    rank?: number

    The rank order of the widget among its siblings.

    ref?: Widget

    The reference widget for the insert location.

    The default is undefined.

    reveal?: boolean
    toggle?: boolean