Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ImgLoadOptions

Hierarchy

  • ImgLoadOptions

Index

Properties

Properties

Optional dealUrl

0.0.35 provide
dealUrl: (url: string) => string

针对链接进行处理

Type declaration

    • (url: string): string
    • Parameters

      • url: string

      Returns string

Optional progress

0.0.35 provide
progress: (data: ProgressOptions) => any

获取加载状态

Type declaration