The interface for an attachment content factory.

interface IContentFactory {
    createAttachmentModel(options): IAttachmentModel;
}

Implemented by

Methods