* 根据 id 获取 document * @param id * @returns
(id: string)
| 131 | * @returns |
| 132 | */ |
| 133 | getDocumentById(id: string): IPublicModelDocumentModel | null { |
| 134 | return ShellDocumentModel.create(this[projectSymbol].getDocument(id)); |
| 135 | } |
| 136 | |
| 137 | /** |
| 138 | * 导出 project |
nothing calls this directly
no test coverage detected