Type alias JupyterFrontEndPlugin<T, U, V>

JupyterFrontEndPlugin<T, U, V>: IPlugin<JupyterFrontEnd<U, V>, T>

The type for all JupyterFrontEnd application plugins.

Type Parameters

  • T
  • U extends IShell = IShell
  • V extends string = "desktop" | "mobile"

Typeparam

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

Typeparam

U - The type of the application shell.

Typeparam

V - The type that defines the application formats.