Options
All
  • Public
  • Public/Protected
  • All
Menu

Module YH-Vant/src/form/VantUploader

Index

Enumerations

Classes

Type aliases

Type aliases

VantUploadItem

VantUploadItem: { deletable?: boolean; imageFit?: VantImageFix; message?: string; previewSize?: number; status?: string; url: string }

上传的文件项类型

Type declaration

  • Optional deletable?: boolean

    是否允许移除

  • Optional imageFit?: VantImageFix

    图片的填充方式

  • Optional message?: string

    状态信息

  • Optional previewSize?: number

    预览的大小

  • Optional status?: string

    状态: uploading(长传中) failed(上传失败) done(上传完成)

  • url: string

    图片的路径

Generated using TypeDoc