Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOptions

An options object for creating a panel. 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.

Optional layout

layout: PanelLayout

The panel layout to use for the panel.

The default is a new PanelLayout.

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

rendermime: IRenderMimeRegistry

The rendermime instance used by the panel.

Optional setBusy

setBusy: function

A function to call when the kernel is busy.

Type declaration

    • (): IDisposable
    • Returns IDisposable

Generated using TypeDoc