Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mathuo/dockview
/ hasMaximizedView
Method
hasMaximizedView
packages/dockview-core/src/gridview/gridview.ts:422–424 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
420
}
421
422
hasMaximizedView(): boolean {
423
return
this._maximizedNode !== undefined;
424
}
425
426
maximizeView(view: IGridView): void {
427
const
location = getGridLocation(view.element);
Callers
8
maximizeView
Method · 0.95
serialize
Method · 0.95
setViewVisible
Method · 0.95
moveView
Method · 0.95
addView
Method · 0.95
removeView
Method · 0.95
hasMaximizedGroup
Function · 0.80
gridview.spec.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected