Properties
Protected
_editorWidgetsByArea
_editorWidgetsByArea: Map<Area, NavigatableWidget[]> = ...
Protected
_editorWidgetsByGroup
_editorWidgetsByGroup: Map<number, {
tabbar: TabBar<Widget>;
widgets: NavigatableWidget[];
}> = ...
Type declaration
tabbar: TabBar<Widget>
widgets: NavigatableWidget[]
Protected
_lastEditorWidgetsByArea
_lastEditorWidgetsByArea: Map<Area, NavigatableWidget[]> = ...
Protected
Readonly
applicationShell
applicationShell: ApplicationShell
Protected
cachedFileStats
cachedFileStats: Map<string, FileStat> = ...
Protected
Readonly
openerService
openerService: OpenerService
Protected
toDisposeOnPreviewWidgetReplaced
toDisposeOnPreviewWidgetReplaced: DisposableCollection = ...
Protected
updateOpenWidgets
updateOpenWidgets: DebouncedFunc<((layoutModifiedArea?) => Promise<void>)> = ...
Type declaration
- (layoutModifiedArea?): Promise<void>
Parameters
Optional
layoutModifiedArea: Area
Returns Promise<void>
Protected
Readonly
workspaceService
workspaceService: WorkspaceService
Static
AREA_NODE_ID_PREFIX
AREA_NODE_ID_PREFIX: string = 'area-node'
Static
GROUP_NODE_ID_PREFIX
GROUP_NODE_ID_PREFIX: string = 'group-node'