The options used to initialize a document manager.

Hierarchy

  • IOptions

Properties

isConnectedCallback?: (() => boolean)

Type declaration

    • (): boolean
    • Autosaving should be paused while this callback function returns false. By default, it always returns true.

      Returns boolean

A service manager instance.

A widget opener for sibling widgets.

A document registry instance.

sessionDialogs?: IDialogs

The provider for session dialogs.

setBusy?: (() => IDisposable)

Type declaration

translator?: ITranslator

The application language translator.

when?: Promise<void>

A promise for when to start using the manager.

Generated using TypeDoc