Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CloudOrc/SolidUI
/ getModel
Method
getModel
solidui-web/src/utils/ModelManager.ts:182–184 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
180
}
181
182
public getModel(): SolidModelDataType | undefined {
183
return
this.model;
184
}
185
186
public addView(view: SolidViewDataType): void {
187
if
(isNil(this.currentPage)) {
Callers
4
selectPage
Function · 0.80
ScenePropertiesPanel
Function · 0.80
handlePreview
Function · 0.80
renderPreviewPopup
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected