Optional Readonly autoWhether to automatically start the preferred kernel
Optional Readonly canWhether the widgets can start a kernel when opened.
Optional Readonly defaultThe file types for which the factory should be the default.
Optional Readonly defaultThe file types for which the factory should be the default for rendering, if that is different than the default factory (which may be for editing) If undefined, then it will fall back on the default file type.
Readonly fileThe file types the widget can view.
Optional Readonly labelThe label of the widget to display in dialogs. If not given, name is used instead.
Optional Readonly modelThe name of the document model type.
Readonly nameThe name of the widget to display in dialogs.
Optional Readonly preferWhether the widgets prefer having a kernel started.
The primary file type associated with the document.
Optional Readonly readWhether the widget factory is read only.
The rendermime instance.
Optional Readonly shutdownWhether the kernel should be shutdown when the widget is closed.
Optional Readonly toolbarA function producing toolbar widgets, overriding the default toolbar widgets.
Optional Readonly translatorThe application language translator.
Generated using TypeDoc
The options used to initialize a MarkdownViewerFactory.