* Get All loaded extensions * @return Extension Array
()
| 48 | * @return Extension Array |
| 49 | */ |
| 50 | getAllExtensions(): IExtension[]; |
| 51 | /** |
| 52 | * Dispose the specific extension, and remove it from the ExtensionService |
| 53 | * @param extension The extension id is required |
no outgoing calls
no test coverage detected