Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/alibaba/lowcode-engine
/ emitChangeWindow
Method
emitChangeWindow
packages/workspace/src/workspace.ts:364–366 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
362
}
363
364
emitChangeWindow() {
365
this.emitter.emit(EVENT.CHANGE_WINDOW);
366
}
367
368
emitChangeActiveWindow() {
369
this.emitter.emit(EVENT.CHANGE_ACTIVE_WINDOW);
Callers
4
initWindow
Method · 0.95
remove
Method · 0.95
openEditorWindowByResource
Method · 0.95
openEditorWindow
Method · 0.95
Calls
1
emit
Method · 0.65
Tested by
no test coverage detected