MCPcopy Create free account
hub / github.com/alibaba/lowcode-engine / onWindowRendererReady

Method onWindowRendererReady

packages/workspace/src/workspace.ts:188–193  ·  view source on GitHub ↗
(fn: () => void)

Source from the content-addressed store, hash-verified

186 }
187
188 onWindowRendererReady(fn: () => void): IPublicTypeDisposable {
189 this.emitter.on(EVENT.WINDOW_RENDER_READY, fn);
190 return () => {
191 this.emitter.off(EVENT.WINDOW_RENDER_READY, fn);
192 };
193 }
194
195 emitWindowRendererReady() {
196 this.emitter.emit(EVENT.WINDOW_RENDER_READY);

Callers

nothing calls this directly

Calls 2

onMethod · 0.65
offMethod · 0.65

Tested by

no test coverage detected