MCPcopy Index your code
hub / github.com/alibaba/lowcode-engine / onSimulatorReady

Method onSimulatorReady

packages/designer/src/project/project.ts:71–71  ·  view source on GitHub ↗
(fn: (args: any) => void)

Source from the content-addressed store, hash-verified

69 onCurrentDocumentChange(fn: (doc: IDocumentModel) => void): () => void;
70
71 onSimulatorReady(fn: (args: any) => void): () => void;
72
73 onRendererReady(fn: () => void): () => void;
74

Callers 2

onSimulatorHostReadyMethod · 0.65
project.test.tsFile · 0.65

Implementers 1

Projectpackages/designer/src/project/project.

Calls

no outgoing calls

Tested by

no test coverage detected