Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileToDownload

A file to download.

Hierarchy

Implemented by

Index

Properties

file

file: string

The path to the (local) file.

name

name: string

The name.

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.

path

path: string

The path.

workspace

workspace: Workspace

The underlying workspace.

Generated using TypeDoc