MCPcopy
hub / github.com/mathuo/dockview / remove

Method remove

packages/dockview-core/src/gridview/gridview.ts:986–989  ·  view source on GitHub ↗
(view: IGridView, sizing?: Sizing)

Source from the content-addressed store, hash-verified

984 }
985
986 public remove(view: IGridView, sizing?: Sizing): IGridView {
987 const location = getGridLocation(view.element);
988 return this.removeView(location, sizing);
989 }
990
991 removeView(location: number[], sizing?: Sizing): IGridView {
992 if (this.hasMaximizedView()) {

Callers

nothing calls this directly

Calls 2

removeViewMethod · 0.95
getGridLocationFunction · 0.85

Tested by

no test coverage detected