Preparing search index...
@universe-dg/sdk
Universe
Platform
Uikit
UploadCustomRequestOptions
Interface UploadCustomRequestOptions
Public
interface
UploadCustomRequestOptions
{
action
:
string
;
data
:
object
;
file
:
RcFile
;
filename
:
string
;
headers
:
object
;
onError
:
(
error
:
Error
,
response
?:
any
,
file
?:
RcFile
)
=>
void
;
onProgress
:
(
event
:
{
percent
:
number
}
,
file
:
RcFile
)
=>
void
;
onSuccess
:
(
response
:
object
,
file
:
RcFile
)
=>
void
;
withCredentials
:
boolean
;
}
Index
Properties
action
data
file
filename
headers
on
Error
on
Progress
on
Success
with
Credentials
Properties
action
action
:
string
data
data
:
object
file
file
:
RcFile
filename
filename
:
string
headers
headers
:
object
on
Error
onError
:
(
error
:
Error
,
response
?:
any
,
file
?:
RcFile
)
=>
void
on
Progress
onProgress
:
(
event
:
{
percent
:
number
}
,
file
:
RcFile
)
=>
void
on
Success
onSuccess
:
(
response
:
object
,
file
:
RcFile
)
=>
void
with
Credentials
withCredentials
:
boolean
On This Page
Properties
action
data
file
filename
headers
on
Error
on
Progress
on
Success
with
Credentials
Юниверс DG SDK UI
Loading...
Public