Optional Readonly availableThe information about available plugins.
Optional commandThe command linker used by the application.
Optional contextA custom renderer for the context menu.
Optional Readonly deferredThe collection of deferred extension patterns and matched extensions.
Optional Readonly devWhether the application is in dev mode.
Optional Readonly disabledThe collection of disabled extension patterns and matched extensions.
Optional docThe document registry instance used by the application.
Optional Readonly filesWhether files are cached on the server.
Optional isEvery periodic network polling should be paused while this is set
to false. Extensions should use this value to decide whether to proceed
with the polling.
The extensions may also set this value to false if there is no need to
fetch anything from the server backend basing on some conditions
(e.g. when an error message dialog is displayed).
At the same time, the extensions are responsible for setting this value
back to true.
Optional Readonly mimeThe mime renderer extensions.
Optional pathsOptional restoredPromise that resolves when state is first restored, returning layout description.
Optional serviceThe service manager used by the application.
Optional shellThe 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
The options used to initialize a JupyterLab object.