Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOptions<T>

The options used to initialize a context.

Type parameters

Hierarchy

  • IOptions

Index

Properties

Optional collaborative

collaborative: boolean

Whether the model is collaborative.

Optional docProviderFactory

docProviderFactory: IDocumentProviderFactory

An factory method for the document provider.

factory

factory: IModelFactory<T>

The model factory used to create the model.

Optional kernelPreference

kernelPreference: IKernelPreference

The kernel preference associated with the context.

manager

manager: IManager

A service manager instance.

Optional modelDBFactory

modelDBFactory: IFactory

An IModelDB factory method which may be used for the document.

Optional opener

opener: (widget: Widget) => void

Type declaration

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

      Parameters

      • widget: Widget

      Returns void

path

path: string

The initial path of the file.

Optional sessionDialogs

sessionDialogs: IDialogs

The dialogs used for the session context.

Optional setBusy

setBusy: () => IDisposable

Type declaration

    • (): IDisposable
    • A function to call when the kernel is busy.

      Returns IDisposable

Optional translator

translator: ITranslator

The application language translator.

Generated using TypeDoc