A factory for creating code cell model content.

interface IContentFactory {
    createOutputArea(options): IOutputAreaModel;
}

Implemented by

Methods