Preparing search index...
@universe-dg/sdk
Universe
Platform
Uikit
UploadFile
Interface UploadFile
Public
interface
UploadFile
{
error
?:
any
;
fileName
?:
string
;
lastModified
?:
number
;
lastModifiedDate
?:
Date
;
linkProps
?:
any
;
name
:
string
;
originFileObj
?:
File
|
Blob
;
percent
?:
number
;
preview
?:
string
;
response
?:
any
;
size
:
number
;
status
?:
"success"
|
"error"
|
"done"
|
"uploading"
|
"removed"
;
thumbUrl
?:
string
;
type
:
string
;
uid
:
string
;
url
?:
string
;
xhr
?:
any
;
}
Index
Properties
error?
file
Name?
last
Modified?
last
Modified
Date?
link
Props?
name
origin
File
Obj?
percent?
preview?
response?
size
status?
thumb
Url?
type
uid
url?
xhr?
Properties
Optional
error
error
?:
any
Optional
file
Name
fileName
?:
string
Optional
last
Modified
lastModified
?:
number
Optional
last
Modified
Date
lastModifiedDate
?:
Date
Optional
link
Props
linkProps
?:
any
name
name
:
string
Optional
origin
File
Obj
originFileObj
?:
File
|
Blob
Optional
percent
percent
?:
number
Optional
preview
preview
?:
string
Optional
response
response
?:
any
size
size
:
number
Optional
status
status
?:
"success"
|
"error"
|
"done"
|
"uploading"
|
"removed"
Optional
thumb
Url
thumbUrl
?:
string
type
type
:
string
uid
uid
:
string
Optional
url
url
?:
string
Optional
xhr
xhr
?:
any
On This Page
Properties
error
file
Name
last
Modified
last
Modified
Date
link
Props
name
origin
File
Obj
percent
preview
response
size
status
thumb
Url
type
uid
url
xhr
Юниверс DG SDK UI
Loading...
Public