interface State {
    collapsed: boolean;
    description?: string;
    hidden: boolean;
    originalContainerId: string;
    originalContainerTitle?: ViewContainerTitleOptions;
    partId: string;
    relativeSize?: number;
    widget?: Widget;
}

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