Options
All
  • Public
  • Public/Protected
  • All
Menu

The options used to initialize a document manager.

Hierarchy

  • IOptions

Index

Properties

Optional collaborative

collaborative: boolean

Whether the context should be collaborative. If true, the context will connect through yjs_ws_server to share information if possible.

Optional docProviderFactory

docProviderFactory: IDocumentProviderFactory

A factory method for the document provider.

manager

manager: IManager

A service manager instance.

opener

A widget opener for sibling widgets.

registry

A document registry instance.

Optional sessionDialogs

sessionDialogs: IDialogs

The provider for session dialogs.

Optional setBusy

setBusy: () => IDisposable

Type declaration

    • (): IDisposable
    • A function called when a kernel is busy.

      Returns IDisposable

Optional translator

translator: ITranslator

The application language translator.

Optional when

when: Promise<void>

A promise for when to start using the manager.

Generated using TypeDoc