Represents BLOB data, which are stored as content-property.

interface BlobData {
    mime: string;
    value: string;
}

Properties

Properties

mime: string

The MIME-type of the blob.

value: string

The URL to retrieve the blob data from. In CoreMedia Studio, this would be the data-URL to be read from Studio Server.