Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniMax-AI/OpenRoom
/ notify
Function
notify
apps/webuiapps/src/lib/windowManager.ts:35–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
}
34
35
function
notify() {
36
listeners.forEach((fn) => fn());
37
}
38
39
export
function
subscribe(fn: Listener): () => void {
40
listeners.add(fn);
Callers
7
openWindow
Function · 0.85
closeWindow
Function · 0.85
closeAllWindows
Function · 0.85
focusWindow
Function · 0.85
minimizeWindow
Function · 0.85
moveWindow
Function · 0.85
resizeWindow
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected