Options
All
  • Public
  • Public/Protected
  • All
Menu

The options used to initialize a JupyterLab object.

Hierarchy

Index

Properties

Optional commandLinker

commandLinker: CommandLinker

The command linker used by the application.

Optional contextMenuRenderer

contextMenuRenderer: IRenderer

A custom renderer for the context menu.

Optional Readonly deferred

deferred: { matches: string[]; patterns: string[] }

The collection of deferred extension patterns and matched extensions.

Type declaration

  • matches: string[]
  • patterns: string[]

Optional Readonly devMode

devMode: boolean

Whether the application is in dev mode.

Optional Readonly disabled

disabled: { matches: string[]; patterns: string[] }

The collection of disabled extension patterns and matched extensions.

Type declaration

  • matches: string[]
  • patterns: string[]

Optional docRegistry

docRegistry: DocumentRegistry

The document registry instance used by the application.

Optional Readonly filesCached

filesCached: boolean

Whether files are cached on the server.

Optional Readonly mimeExtensions

mimeExtensions: IExtensionModule[]

The mime renderer extensions.

Optional paths

paths: Partial<IPaths>

Optional restored

restored: Promise<any>

Promise that resolves when state is first restored, returning layout description.

Optional serviceManager

serviceManager: ServiceManager

The service manager used by the application.

shell

shell: LabShell

The shell widget to use for the application.

This should be a newly created and initialized widget.

The application will attach the widget to the DOM.

Generated using TypeDoc