Preparing search index...
The search index is not available
@basaldev/blocks-frontend-sdk
@basaldev/blocks-frontend-sdk
bucket
UploadFileInput
Interface UploadFileInput
interface
UploadFileInput
{
file
:
File
;
onProgressUpdate
?:
(
(
progress
,
abortMethod
)
=>
void
)
;
url
:
string
;
}
Index
Properties
file
on
Progress
Update?
url
Properties
file
file
:
File
The file to upload
Optional
on
Progress
Update
on
Progress
Update
?:
(
(
progress
,
abortMethod
)
=>
void
)
Type declaration
(
progress
,
abortMethod
)
:
void
Progress callback
Parameters
progress
:
{
loaded
:
number
;
total
:
number
;
}
loaded
:
number
total
:
number
abortMethod
:
(
(
)
=>
void
)
(
)
:
void
Returns
void
Returns
void
url
url
:
string
The url to upload the file to
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
file
on
Progress
Update
url
@basaldev/blocks-frontend-sdk
api
bucket
log
session
socket
utils
NBError
NBErrorData
ErrorCode
convertAxiosErrorToNBError
isError
isNBError
Generated using
TypeDoc
The file to upload