Preparing search index...
The search index is not available
xior
xior
plugins/progress
XiorProgressRequestOptions
Interface XiorProgressRequestOptions
interface
XiorProgressRequestOptions
{
onDownloadProgress
?:
(
(
progressEvent
:
XiorProgressEvent
)
=>
void
)
;
onUploadProgress
?:
(
(
progressEvent
:
XiorProgressEvent
)
=>
void
)
;
progressDuration
?:
number
;
}
Hierarchy (
view full
)
XiorProgressOptions
XiorProgressRequestOptions
Index
Properties
on
Download
Progress?
on
Upload
Progress?
progress
Duration?
Properties
Optional
on
Download
Progress
on
Download
Progress
?:
(
(
progressEvent
:
XiorProgressEvent
)
=>
void
)
Optional
on
Upload
Progress
on
Upload
Progress
?:
(
(
progressEvent
:
XiorProgressEvent
)
=>
void
)
Optional
progress
Duration
progress
Duration
?:
number
default: 5*1000ms, 5 seconds
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
on
Download
Progress
on
Upload
Progress
progress
Duration
xior
Loading...
default: 5*1000ms, 5 seconds