The options used to initialize a NotebookModelFactory.

interface IOptions {
    collaborative?: boolean;
    disableDocumentWideUndoRedo?: boolean;
}

Properties

collaborative?: boolean

Whether the model is collaborative or not.

disableDocumentWideUndoRedo?: boolean

Defines if the document can be undo/redo.

Default: true