(data?: IPublicTypeRootSchema)
| 57 | getDocumentByFileName(fileName: string): IDocumentModel | null; |
| 58 | |
| 59 | createDocument(data?: IPublicTypeRootSchema): IDocumentModel; |
| 60 | |
| 61 | load(schema?: IPublicTypeProjectSchema, autoOpen?: boolean | string): void; |
| 62 |
no outgoing calls
no test coverage detected