Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/core
browser/shell/side-panel-handler
SidePanel
LayoutData
Interface LayoutData
Data to save and load the layout of a side panel.
interface
LayoutData
{
items
?:
WidgetItem
[]
;
size
?:
number
;
type
:
"sidepanel"
;
}
Index
Properties
items?
size?
type
Properties
Optional
items
items
?:
WidgetItem
[]
Optional
size
size
?:
number
type
type
:
"sidepanel"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
items
size
type
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...
Data to save and load the layout of a side panel.