UploadOptions | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Interface UploadOptions

    interface UploadOptions {
        onProgress?: (progress: UploadProgressStatus) => void;
        signal?: AbortSignal;
    }
    Index

    Properties

    Properties

    onProgress?: (progress: UploadProgressStatus) => void
    signal?: AbortSignal