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

Function isVisible

packages/dockview-core/src/gridview/baseComponentGridview.ts:229–231  ·  view source on GitHub ↗
(panel: T)

Source from the content-addressed store, hash-verified

227 }
228
229 public isVisible(panel: T): boolean {
230 return this.gridview.isViewVisible(getGridLocation(panel.element));
231 }
232
233 updateOptions(options: Partial<BaseGridOptions>) {
234 if (typeof options.proportionalLayout === 'boolean') {

Callers

nothing calls this directly

Calls 2

getGridLocationFunction · 0.90
isViewVisibleMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…