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

    Data structure used to save and restore the side panel layout.

    interface WidgetItem {
        expanded?: boolean;
        pinned?: boolean;
        rank?: number;
        widget?: Widget;
    }

    Hierarchy (View Summary)

    Index

    Properties

    expanded?: boolean
    pinned?: boolean
    rank?: number

    The rank order of the widget among its siblings.

    widget?: Widget

    Can be undefined in case the widget could not be restored.