The options used to initialize a ModelFactory.

interface IModelFactoryOptions {
    codeCellContentFactory?: CodeCellModel.IContentFactory;
}

Properties

codeCellContentFactory?: CodeCellModel.IContentFactory

The factory for output area models.