Skip to content

FileUploadResult Type documentation

The FileUploadResult is emitted at completion of the file uploading via the uploadCompleted emitter. On success the Http response from the backend is provided and on failure, the error object is available.
Properties
error?: Error
file: string
response?: HttpResponse<unknown>

Types Documentation

No types to document for items on this page.


Except where otherwise noted, content on this site is licensed under MIT License.