interface MediaManagerConfiguration {
    aliasStore: BlobStore;
    canonicalStore: BlobStore;
    resolver?: BlobStore;
}

Properties

aliasStore: BlobStore

A map from the alias name to the canonical MediaBlob for that name

canonicalStore: BlobStore

The definitive store for the MediaBlob

resolver?: BlobStore

BlobStore that can resolve a URL into the MediaBlob to save in the canonical store. A SimpleWebBlobStore is used if not provided.

Generated using TypeDoc