Interface: IOptions

application.SingleWidgetApp.IOptions

The instantiation options for an App application.

Hierarchy

Properties

commandLinker

Optional commandLinker: CommandLinker

The command linker used by the application.

Inherited from

JupyterFrontEnd.IOptions.commandLinker

Defined in

node_modules/@jupyterlab/application/lib/frontend.d.ts:111


contextMenuRenderer

Optional contextMenuRenderer: IRenderer

A custom renderer for the context menu.

Inherited from

JupyterFrontEnd.IOptions.contextMenuRenderer

Defined in

node_modules/@lumino/application/types/index.d.ts:322


docRegistry

Optional docRegistry: DocumentRegistry

The document registry instance used by the application.

Inherited from

JupyterFrontEnd.IOptions.docRegistry

Defined in

node_modules/@jupyterlab/application/lib/frontend.d.ts:107


mimeExtensions

Optional Readonly mimeExtensions: IExtensionModule[]

The mime renderer extensions.

Inherited from

Partial.mimeExtensions

Defined in

packages/application/lib/singleWidgetApp.d.ts:64


restored

Optional restored: Promise<any>

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

Inherited from

JupyterFrontEnd.IOptions.restored

Defined in

node_modules/@jupyterlab/application/lib/frontend.d.ts:120


serviceManager

Optional serviceManager: ServiceManager

The service manager used by the application.

Inherited from

JupyterFrontEnd.IOptions.serviceManager

Defined in

node_modules/@jupyterlab/application/lib/frontend.d.ts:115


shell

shell: ISingleWidgetShell

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.

Inherited from

JupyterFrontEnd.IOptions.shell

Defined in

node_modules/@lumino/application/types/index.d.ts:318