Search
Preparing search index...
The search index is not available
zent
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
zent
IImageUploadFileItem
Interface IImageUploadFileItem
Hierarchy
IUploadFileItem
IImageUploadFileItem
Index
Properties
file
id
name
percent
src
status
thumb
Src
type
Properties
Optional
Readonly
file
file
:
File
重试上传时的文件对象
Optional
id
id
:
string
判断上传文件的唯一id,内部初始化使用,在回调函数中值必存在,外部不需要传
name
name
:
string
文件名称
Optional
percent
percent
:
number
文件上传进度
Optional
src
src
:
string
status
status
:
FILE_UPLOAD_STATUS
文件上传状态
Optional
thumb
Src
thumb
Src
:
string
type
type
:
string
文件类型
Exports
IImage
Upload
File
Item
file
id
name
percent
src
status
thumb
Src
type
Generated using
TypeDoc
重试上传时的文件对象