Options
All
  • Public
  • Public/Protected
  • All
Menu

An options object for initializing a notebook model.

Hierarchy

  • IOptions

Index

Properties

Optional contentFactory

contentFactory: IContentFactory

A factory for creating cell models.

The default is a shared factory instance.

Optional disableDocumentWideUndoRedo

disableDocumentWideUndoRedo: boolean

Defines if the document can be undo/redo.

Optional isInitialized

isInitialized: boolean

If the model is initialized or not.

Optional languagePreference

languagePreference: string

The language preference for the model.

Optional modelDB

modelDB: IModelDB

A modelDB for storing notebook data.

Optional translator

translator: ITranslator

Language translator.

Generated using TypeDoc