Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
SolidEditor
Class · 0.80
setSelectedTargets
Method · 0.80
selectPage
Function · 0.80
useProperties
Function · 0.80
PagePagePropertiesPanel
Function · 0.80
onSelectPage
Function · 0.80
renderViews
Function · 0.80
handlePreview
Function · 0.80
handleSave
Function · 0.80
renderPreviewPopup
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected