Options
All
  • Public
  • Public/Protected
  • All
Menu

The initialization options for a console panel.

Hierarchy

  • IOptions

Index

Properties

Optional basePath

basePath: string

The base path for a new console.

contentFactory

contentFactory: IContentFactory

The content factory for the panel.

Optional kernelPreference

kernelPreference: IKernelPreference

A kernel preference.

manager

manager: IManager

The service manager used by the panel.

mimeTypeService

mimeTypeService: IEditorMimeTypeService

The service used to look up mime types.

Optional modelFactory

modelFactory: IModelFactory

The model factory for the console widget.

Optional name

name: string

The name of the console.

Optional path

path: string

The path of an existing console.

rendermime

The rendermime instance used by the panel.

Optional sessionContext

sessionContext: ISessionContext

An existing session context to use.

Optional setBusy

setBusy: () => IDisposable

A function to call when the kernel is busy.

Type declaration

    • (): IDisposable
    • Returns IDisposable

Optional translator

translator: ITranslator

The application language translator.

Generated using TypeDoc