Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/core
browser/shell/application-shell
ApplicationShell
LayoutData
Interface LayoutData
Data to save and load the application shell layout.
interface
LayoutData
{
activeWidgetId
?:
string
;
bottomPanel
?:
BottomPanelLayoutData
;
leftPanel
?:
SidePanel
.
LayoutData
;
mainPanel
?:
DockLayout
.
ILayoutConfig
;
mainPanelPinned
?:
boolean
[]
;
rightPanel
?:
SidePanel
.
LayoutData
;
version
?:
string
|
ApplicationShellLayoutVersion
;
}
Index
Properties
active
Widget
Id?
bottom
Panel?
left
Panel?
main
Panel?
main
Panel
Pinned?
right
Panel?
version?
Properties
Optional
active
Widget
Id
activeWidgetId
?:
string
Optional
bottom
Panel
bottomPanel
?:
BottomPanelLayoutData
Optional
left
Panel
leftPanel
?:
SidePanel
.
LayoutData
Optional
main
Panel
mainPanel
?:
DockLayout
.
ILayoutConfig
Optional
main
Panel
Pinned
mainPanelPinned
?:
boolean
[]
Optional
right
Panel
rightPanel
?:
SidePanel
.
LayoutData
Optional
version
version
?:
string
|
ApplicationShellLayoutVersion
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
Widget
Id
bottom
Panel
left
Panel
main
Panel
main
Panel
Pinned
right
Panel
version
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...
Data to save and load the application shell layout.