(fn: (args: any) => void)
| 69 | onCurrentDocumentChange(fn: (doc: IDocumentModel) => void): () => void; |
| 70 | |
| 71 | onSimulatorReady(fn: (args: any) => void): () => void; |
| 72 | |
| 73 | onRendererReady(fn: () => void): () => void; |
| 74 |
no outgoing calls
no test coverage detected