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

Function setVisible

packages/dockview-core/src/gridview/baseComponentGridview.ts:224–227  ·  view source on GitHub ↗
(panel: T, visible: boolean)

Source from the content-addressed store, hash-verified

222 public abstract clear(): void;
223
224 public setVisible(panel: T, visible: boolean): void {
225 this.gridview.setViewVisible(getGridLocation(panel.element), visible);
226 this._bufferOnDidLayoutChange.fire();
227 }
228
229 public isVisible(panel: T): boolean {
230 return this.gridview.isViewVisible(getGridLocation(panel.element));

Callers

nothing calls this directly

Calls 3

getGridLocationFunction · 0.90
fireMethod · 0.65
setViewVisibleMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…