Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CloudOrc/SolidUI
/
Class
solidui-web/src/utils/ModelManager.ts:28–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
import
{ OnSelectViewEventData } from
"@/types/eventbus"
;
27
28
class
ModelManager {
29
private model?: SolidModelDataType;
30
31
private currentPage?: SolidPageDataType;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected