The initialization options for a console panel.

Hierarchy

  • IOptions

Properties

basePath?: string

The base path for a new console.

The content factory for the panel.

Console cell executor

kernelPreference?: IKernelPreference

A kernel preference.

The service manager used by the panel.

mimeTypeService: IEditorMimeTypeService

The service used to look up mime types.

modelFactory?: CodeConsole.IModelFactory

The model factory for the console widget.

name?: string

The name of the console.

path?: string

The path of an existing console.

The rendermime instance used by the panel.

sessionContext?: ISessionContext

An existing session context to use.

sessionDialogs?: IDialogs

Session dialogs to use.

setBusy?: (() => IDisposable)

Type declaration

translator?: ITranslator

The application language translator.

Generated using TypeDoc