Type alias JupyterFrontEndPlugin<T, U, V>

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

The type for all JupyterFrontEnd application plugins.

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.

Type Parameters

  • T

  • U extends IShell = IShell

  • V extends string = "desktop" | "mobile"

Generated using TypeDoc