Type Alias ServiceManagerPlugin<T>

ServiceManagerPlugin: IPlugin<null, T>

The type for a service manager plugin.

Type Parameters

  • T

T - The type that the plugin provides upon being activated.

This type of plugin is different than a JupyterFrontEndPlugin, as the app will still be null when its activate method is called.