Create a new cell model factory.
Readonly
codeThe factory for output area models.
Create a new code cell.
The data to use for the original source data.
A new code cell. If a source cell is provided, the
new cell will be initialized with the data from the source.
If the contentFactory is not provided, the instance
codeCellContentFactory
will be used.
Create a new raw cell.
The data to use for the original source data.
A new raw cell. If a source cell is provided, the new cell will be initialized with the data from the source.
The default implementation of an
IModelFactory
.