(id: string)
| 156 | } |
| 157 | |
| 158 | public getScene(id: string): SolidScenaDataType | undefined { |
| 159 | return this.sceneMap.get(id); |
| 160 | } |
| 161 | |
| 162 | public getPage(id: string): SolidPageDataType | undefined { |
| 163 | return this.pageMap.get(id); |
no test coverage detected