(schema: any)
| 28 | } |
| 29 | |
| 30 | importSchema(schema: any): any { |
| 31 | this[windowSymbol].importSchema(schema); |
| 32 | } |
| 33 | |
| 34 | changeViewType(viewName: string) { |
| 35 | this[windowSymbol].changeViewName(viewName, false); |
nothing calls this directly
no test coverage detected