(id: string)
| 1156 | getController(id: string): DatasetController | undefined; |
| 1157 | getElement(id: string): Element | undefined; |
| 1158 | getPlugin(id: string): Plugin | undefined; |
| 1159 | getScale(id: string): Scale | undefined; |
| 1160 | } |
| 1161 |
no outgoing calls
no test coverage detected