MCPcopy Create free account
hub / github.com/CloudOrc/SolidUI / getCurrentView

Method getCurrentView

solidui-web/src/utils/ModelManager.ts:170–172  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

168 }
169
170 public getCurrentView(): SolidViewDataType | undefined {
171 return this.currentView;
172 }
173
174 public getView(id: string): SolidViewDataType | undefined {
175 return this.viewMap.get(id);

Callers 10

useDataPropertiesFunction · 0.80
queryTablesFunction · 0.80
querySqlFunction · 0.80
changeSqlFunction · 0.80
changeDsSelectionsFunction · 0.80
DataPropertiesPanelFunction · 0.80
queryDbsFunction · 0.80
getPropertyValueFunction · 0.80
updateViewAndEmitEventFunction · 0.80
StylePropertiesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected