Options
All
  • Public
  • Public/Protected
  • All
Menu

Module application

Index

Type aliases

IConnectionLost

IConnectionLost: (manager: IManager, err: NetworkError, translator?: ITranslator) => Promise<void>

Type declaration

    • A function that handles a connection to the server being lost.

      Notes

      The default implementation shows a simple dialog upon connection failures, but it may be overridden by extensions to perform other actions.

      Parameters

      Returns Promise<void>

JupyterFrontEndPlugin

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

The type for all JupyterFrontEnd application plugins.

Type parameters

  • T

    The type that the plugin provides upon being activated.

  • U: IShell = IShell

    The type of the application shell.

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

    The type that defines the application formats.

Variables

Const IConnectionLost

IConnectionLost: Token<IConnectionLost>

A token for which a plugin can provide to respond to connection failures to the application server.

Const ILabShell

ILabShell: Token<ILabShell>

The JupyterLab application shell token.

Const ILabStatus

ILabStatus: Token<ILabStatus>

The application status token.

Const ILayoutRestorer

ILayoutRestorer: Token<ILayoutRestorer>

The layout restorer token.

IMimeDocumentTracker

IMimeDocumentTracker: Token<IMimeDocumentTracker>

The mime document tracker token.

Const IRouter

IRouter: Token<IRouter>

The URL Router token.

Const ITreePathUpdater

ITreePathUpdater: Token<ITreePathUpdater>

The tree path updater token.

Functions

Const ConnectionLost

  • A default connection lost handler, which brings up an error dialog.

    Parameters

    Returns Promise<void>

createRendermimePlugin

createRendermimePlugins

Generated using TypeDoc