Properties
Protected _editorWidgetsByArea
_editorWidgetsByArea: Map<Area, NavigatableWidget[]> = ...
Protected _editorWidgetsByGroup
_editorWidgetsByGroup: Map<number, { 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?: Area) => 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'