The interface for an output content factory.

interface IContentFactory {
    createOutputModel(options): IOutputModel;
}

Implemented by

Methods