Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOptions

The options used to initialize a document manager.

Hierarchy

  • IOptions

Index

Properties

manager

manager: IManager

A service manager instance.

opener

A widget opener for sibling widgets.

registry

registry: DocumentRegistry

A document registry instance.

Optional setBusy

setBusy: function

A function called when a kernel is busy.

Type declaration

    • (): IDisposable
    • Returns IDisposable

Optional when

when: Promise<void>

A promise for when to start using the manager.

Generated using TypeDoc