Umi — API References - v1.3.0
Preparing search index...
umi
UploaderUploadOptions
Type Alias UploaderUploadOptions
The options that can be passed when uploading files.
type
UploaderUploadOptions
=
{
manifest
?:
boolean
;
onProgress
?:
(
percent
:
number
,
...
args
:
any
)
=>
void
;
signal
?:
GenericAbortSignal
;
}
Index
Properties
manifest?
on
Progress?
signal?
Properties
Optional
manifest
manifest
?:
boolean
Optional
on
Progress
onProgress
?:
(
percent
:
number
,
...
args
:
any
)
=>
void
Optional
signal
signal
?:
GenericAbortSignal
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
manifest
on
Progress
signal
Umi — API References - v1.3.0
Loading...
The options that can be passed when uploading files.