Options
All
  • Public
  • Public/Protected
  • All
Menu

The options used to initialize a context.

Hierarchy

  • IOptions

Index

Properties

Optional kernelPreference

kernelPreference: IKernelPreference

A kernel preference.

Optional name

name: string

The name of the session.

Optional path

path: string

The initial path of the file.

sessionManager

sessionManager: IManager

A session manager instance.

Optional setBusy

setBusy: () => IDisposable

A function to call when the session becomes busy.

Type declaration

    • (): IDisposable
    • Returns IDisposable

specsManager

specsManager: IManager

A kernel spec manager instance.

Optional translator

translator: ITranslator

The application language translator.

Optional type

type: string

The type of the session.

Generated using TypeDoc