IEditorFactoryService | @jupyterlab (original) (raw)

Interface IEditorFactoryService

The editor factory service interface.

interface IEditorFactoryService {
newDocumentEditor: Factory;
newInlineEditor: Factory;
}

Implemented by

Index

Properties

newDocumentEditor newInlineEditor

Properties

newDocumentEditor

newDocumentEditor: Factory

Create a new editor for a full document.

newInlineEditor

newInlineEditor: Factory

Create a new editor for inline code.