Colibrio Reader Framework API - Cloud license
    Preparing search index...

    Interface IBlobUrlManagerResult

    The result object from calling BlobUrlManager.createUrl()

    interface IBlobUrlManagerResult {
        blob: Blob;
        url: string;
    }

    Properties

    blob: Blob

    The blob used to create the URL. The value is null if a data URL was created.

    url: string

    The Blob or data URL.