Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DownloadRequest

Represents a single download request.

Hierarchy

  • DownloadRequest

Index

Properties

Properties

Optional completed

completed: function

An optional function to be called when the download is complete.

Type declaration

    • (image: any, key: string): void
    • Parameters

      • image: any
      • key: string

      Returns void

Optional error

error: function

An optional function to be called if the download errors.

Type declaration

    • (key: string): void
    • Parameters

      • key: string

      Returns void

key

key: string

The key used to cache the image.

url

url: string

The url of the image.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method