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

    Interface UploaderBase

    interface UploaderBase {
        manifest: UploadManifest;
        upload(
            instructions: UploadInstructions,
            options?: UploadOptions,
        ): Promise<UploadResult | UploadResult[]>;
    }

    Implemented by

    Index

    Properties

    Methods

    Properties

    manifest: UploadManifest

    Methods