Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
core
core
LayoutData
Interface LayoutData
Data to save and load the application shell layout.
interface
LayoutData
{
activeWidgetId
?:
string
;
bottomPanel
?:
BottomPanelLayoutData
;
leftPanel
?:
core
.
LayoutData
;
mainPanel
?:
ILayoutConfig
;
mainPanelPinned
?:
boolean
[]
;
rightPanel
?:
core
.
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
active
Widget
Id
?:
string
Optional
bottom
Panel
bottom
Panel
?:
BottomPanelLayoutData
Optional
left
Panel
left
Panel
?:
core
.
LayoutData
Optional
main
Panel
main
Panel
?:
ILayoutConfig
Optional
main
Panel
Pinned
main
Panel
Pinned
?:
boolean
[]
Optional
right
Panel
right
Panel
?:
core
.
LayoutData
Optional
version
version
?:
string
|
ApplicationShellLayoutVersion
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
active
Widget
Id
bottom
Panel
left
Panel
main
Panel
main
Panel
Pinned
right
Panel
version
Theia TypeDoc
Loading...
Data to save and load the application shell layout.