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

Method getCurrentPage

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

Source from the content-addressed store, hash-verified

164 }
165
166 public getCurrentPage(): SolidPageDataType | undefined {
167 return this.currentPage;
168 }
169
170 public getCurrentView(): SolidViewDataType | undefined {
171 return this.currentView;

Callers 10

SolidEditorClass · 0.80
setSelectedTargetsMethod · 0.80
selectPageFunction · 0.80
usePropertiesFunction · 0.80
PagePagePropertiesPanelFunction · 0.80
onSelectPageFunction · 0.80
renderViewsFunction · 0.80
handlePreviewFunction · 0.80
handleSaveFunction · 0.80
renderPreviewPopupFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected