StagePanelConfig Interface

Configuration from which a stage panel is created.

Properties

Name Type Description
defaultState Readonly StagePanelState | undefined Default Panel state.  
maxSize Readonly StagePanelMaxSizeSpec | undefined Maximum size of the panel. Deprecated  
maxSizeSpec Readonly StagePanelSizeSpec | undefined Maximum size of the panel.  
minSize Readonly number | undefined Minimum size of the panel. Deprecated  
minSizeSpec Readonly StagePanelSizeSpec | undefined Minimum size of the panel.  
pinned Readonly boolean | undefined Indicates whether the panel is pinned.  
resizable Readonly boolean | undefined Indicates whether the panel is resizable.  
sections Readonly StagePanelSectionsConfig | undefined Configuration of the panel sections.  
size Readonly number | undefined Default size of the panel. Deprecated  
sizeSpec Readonly StagePanelSizeSpec | undefined Default size of the panel.  

Defined in

Last Updated: 13 May, 2024