MCPcopy
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

initWindowMethod · 0.95
removeMethod · 0.95
openEditorWindowMethod · 0.95

Calls 1

emitMethod · 0.65

Tested by

no test coverage detected