@rendley/sdk - v1.15.5
    Preparing search index...

    Interface ExportResult

    Describes the artifact returned by an export operation.

    interface ExportResult {
        blob?: Blob;
        extension: MediaExtensions;
        outputChunkHelper?: OutputChunkHelper;
    }
    Index

    Properties

    blob?: Blob

    Binary contents of the exported file when the export completed as a single blob.

    extension: MediaExtensions

    File extension that should be used when naming the exported output.

    outputChunkHelper?: OutputChunkHelper

    Chunk helper returned for chunked or streaming-style exports.