Options
All
  • Public
  • Public/Protected
  • All
Menu

The information about a JupyterLab application.

Hierarchy

  • IInfo

Index

Properties

Readonly deferred

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

The collection of deferred extension patterns and matched extensions.

Type declaration

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

Readonly devMode

devMode: boolean

Whether the application is in dev mode.

Readonly disabled

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

The collection of disabled extension patterns and matched extensions.

Type declaration

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

Readonly filesCached

filesCached: boolean

Whether files are cached on the server.

Readonly mimeExtensions

mimeExtensions: IExtensionModule[]

The mime renderer extensions.

Generated using TypeDoc