API Reference > ui-ninezone > StagePanels > StagePanelManager StagePanelManager Class Beta Class used to manage StagePanelManagerProps. Methods Name Description constructor(): StagePanelManager resize<TProps extends StagePanelManagerProps>(resizeBy: number, props: TProps): TProps setIsCollapsed<TProps extends StagePanelManagerProps>(isCollapsed: boolean, props: TProps): TProps setSize<TProps extends StagePanelManagerProps>(newSize: number, props: TProps): TProps shouldCollapse(resizeBy: number, props: StagePanelManagerProps): boolean Properties Name Type Description collapseOffset Accessor number maxSize Accessor number minSize Accessor number Defined in ui/ninezone/src/ui-ninezone/stage-panels/manager/StagePanel.ts Line 28 Last Updated: 11 June, 2024