Theia API Documentation v1.65.0
    Preparing search index...
    interface WidgetOptions {
        canHide?: boolean;
        disableDraggingToOtherContainers?: boolean;
        initiallyCollapsed?: boolean;
        initiallyHidden?: boolean;
        order?: number;
        weight?: number;
    }
    Index

    Properties

    canHide?: boolean
    disableDraggingToOtherContainers?: boolean

    Disable dragging this part from its original container to other containers, But allow dropping parts from other containers on it, This option only applies to the ViewContainerPart and has no effect on the ViewContainer.

    initiallyCollapsed?: boolean
    initiallyHidden?: boolean
    order?: number
    weight?: number