Theia API Documentation v1.65.0
    Preparing search index...
    interface State {
        collapsed: boolean;
        description?: string;
        hidden: boolean;
        originalContainerId: string;
        originalContainerTitle?: ViewContainerTitleOptions;
        partId: string;
        relativeSize?: number;
        widget?: Widget;
    }
    Index

    Properties

    collapsed: boolean
    description?: string
    hidden: boolean
    originalContainerId: string

    The original container to which this part belongs

    originalContainerTitle?: ViewContainerTitleOptions
    partId: string
    relativeSize?: number
    widget?: Widget