The options used to create an AttachmentsResolver.

interface IOptions {
    model: IAttachmentsModel;
    parent?: IRenderMime.IResolver;
}

Properties

Properties

The attachments model to resolve against.

A parent resolver to use if the URL/path is not for an attachment.