The options used to create a document registry.

Properties

initialFileTypes?: DocumentRegistry.IFileType[]

The initial file types for the registry. The [[DocumentRegistry.defaultFileTypes]] will be used if not given.

textModelFactory?: DocumentRegistry.ModelFactory

The text model factory for the registry. A default instance will be used if not given.

translator?: ITranslator

The application language translator.