The options used to initialize a document manager.

Properties

docManagerDialogs?: IDocumentManagerDialogs

The provider for document manager dialogs.

isConnectedCallback?: () => boolean

Autosaving should be paused while this callback function returns false. By default, it always returns true.

A service manager instance.

A widget opener for sibling widgets.

recentsManager?: IRecentsManager

The manager for recent documents.

A document registry instance.

sessionDialogs?: IDialogs

The provider for session dialogs.

setBusy?: () => IDisposable

A function called when a kernel is busy.

translator?: ITranslator

The application language translator.

urlResolverFactory?: IUrlResolverFactory

A factory for the URL resolver.

when?: Promise<void>

A promise for when to start using the manager.