Bulk Data Client
    Preparing search index...

    Interface FileDownloadEvents

    interface FileDownloadEvents {
        complete: (this: FileDownload, state: FileDownloadState) => void;
        progress: (this: FileDownload, state: FileDownloadState) => void;
        start: (this: FileDownload, state: FileDownloadState) => void;
    }
    Index
    complete: (this: FileDownload, state: FileDownloadState) => void
    progress: (this: FileDownload, state: FileDownloadState) => void
    start: (this: FileDownload, state: FileDownloadState) => void