CoreMedia CKEditor 5 Plugins
    Preparing search index...

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

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

    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.