Interface IOptions<T>

The options used to initialize a context.

Type Parameters

Hierarchy

  • IOptions

Properties

The model factory used to create the model.

kernelPreference?: IKernelPreference

The kernel preference associated with the context.

lastModifiedCheckMargin?: number

Max acceptable difference, in milliseconds, between last modified timestamps on disk and client

A service manager instance.

opener?: ((widget) => void)

Type declaration

    • (widget): void
    • An optional callback for opening sibling widgets.

      Parameters

      Returns void

path: string

The initial path of the file.

sessionDialogs?: IDialogs

The dialogs used for the session context.

setBusy?: (() => IDisposable)

Type declaration

translator?: ITranslator

The application language translator.

Generated using TypeDoc