Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FileToDownloadWrapper

Wraps another 'FileToDownload' object.

Hierarchy

  • FileToDownloadWrapper

Implements

Index

Constructors

constructor

Properties

baseFile

baseFile: FileToDownload

The file to wrap.

onBeforeDownload

onBeforeDownload: BeforeDownloadFileCallback

The method that should be invoked BEFORE a download of that file starts.

onDownloadCompleted

onDownloadCompleted: DownloadFileCompletedCallback

The method that should be invoked AFTER a download of that file has been finished.

Accessors

file

  • get file(): string
  • The path to the (local) file.

    inheritdoc

    Returns string

name

  • get name(): string

path

  • get path(): string

workspace

Generated using TypeDoc