Preparing search index...
The search index is not available
Юниверс MDM SDK UI
@universe-ee/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
file
Name
?:
string
Optional
last
Modified
last
Modified
?:
number
Optional
last
Modified
Date
last
Modified
Date
?:
Date
Optional
link
Props
link
Props
?:
any
name
name
:
string
Optional
origin
File
Obj
origin
File
Obj
?:
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
thumb
Url
?:
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
Юниверс MDM SDK UI
Loading...
Public