The interface for an attachment content factory.

interface IContentFactory {
    createAttachmentModel(
        options: IAttachmentModel.IOptions,
    ): IAttachmentModel;
}

Implemented by

Methods