(doc?: string | IDocumentModel | IPublicTypeRootSchema)
| 53 | mountSimulator(simulator: ISimulatorHost): void; |
| 54 | |
| 55 | open(doc?: string | IDocumentModel | IPublicTypeRootSchema): IDocumentModel | null; |
| 56 | |
| 57 | getDocumentByFileName(fileName: string): IDocumentModel | null; |
| 58 |
no outgoing calls
no test coverage detected