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.
Readonly isOptional 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.
Optional Readonly readWhether the widget factory is read only.
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.
A signal emitted when a new widget is created.
Create a new widget given a context.
Optional source: TDispose of the resources held by the object.
If the object's dispose method is called more than once, all
calls made after the first will be a no-op.
It is undefined behavior to use any functionality of the object after it has been disposed unless otherwise explicitly noted.
Generated using TypeDoc
The interface for a widget factory.