Class ABCWidgetFactory<T, U>Abstract

The default implementation of a widget factory.

Type Parameters

Hierarchy (view full)

Implements

Constructors

Properties

_autoStartDefault: boolean
_canStartKernel: boolean
_defaultFor: string[]
_defaultRendered: string[]
_fileTypes: string[]
_isDisposed: boolean = false
_label: string
_modelName: string
_name: string
_preferKernel: boolean
_readOnly: boolean
_shutdownOnClose: boolean
_toolbarFactory: undefined | ((widget) => DocumentRegistry.IToolbarItem[] | IObservableList<DocumentRegistry.IToolbarItem>)
_translator: ITranslator
_widgetCreated: Signal<IWidgetFactory<T, U>, T> = ...

Accessors

Methods