StagePanelConfig Interface

Configuration from which a stage panel is created.

Properties

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

Defined in

Last Updated: 22 March, 2024