Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
core
core
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
Private
Inherited
Theme
OS
Light
Dark
On This Page
items
size
type
Theia TypeDoc
Loading...
Data to save and load the layout of a side panel.