Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
core
core
BottomPanelLayoutData
Interface BottomPanelLayoutData
Data to save and load the bottom panel layout.
interface
BottomPanelLayoutData
{
config
?:
ILayoutConfig
;
expanded
?:
boolean
;
pinned
?:
boolean
[]
;
size
?:
number
;
}
Index
Properties
config?
expanded?
pinned?
size?
Properties
Optional
config
config
?:
ILayoutConfig
Optional
expanded
expanded
?:
boolean
Optional
pinned
pinned
?:
boolean
[]
Optional
size
size
?:
number
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
config
expanded
pinned
size
Theia TypeDoc
Loading...
Data to save and load the bottom panel layout.