The options used to create a attachments model.

interface IOptions {
    contentFactory?: IAttachmentsModel.IContentFactory;
    values?: IAttachments;
}

Properties

The attachment content factory used by the model.

If not given, a default factory will be used.

values?: IAttachments

The initial values for the model.