Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/core
browser/shell/application-shell
ApplicationShell
BottomPanelLayoutData
Interface BottomPanelLayoutData
Data to save and load the bottom panel layout.
interface
BottomPanelLayoutData
{
config
?:
DockLayout
.
ILayoutConfig
;
expanded
?:
boolean
;
pinned
?:
boolean
[]
;
size
?:
number
;
}
Index
Properties
config?
expanded?
pinned?
size?
Properties
Optional
config
config
?:
DockLayout
.
ILayoutConfig
Optional
expanded
expanded
?:
boolean
Optional
pinned
pinned
?:
boolean
[]
Optional
size
size
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
config
expanded
pinned
size
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...
Data to save and load the bottom panel layout.