Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface File

Hierarchy

Implemented by

Index

Properties

Readonly _instanceIndentifier

_instanceIndentifier: string

Optional Readonly description

description: string

Description in the sigaa

Optional Readonly key

key: string

Is a key to download a file, this is a security feature of SIGAA.

Optional Readonly title

title: string

Label in SIGAA.

Readonly type

type: "file"

Methods

close

  • close(): void

download

  • Download the file

    retuns

    Promise with the path where the file was saved.

    Parameters

    • destpath: string

      path to save file

    • Optional callback: ProgressCallback

      callback to view download progress

    Returns Promise<string>

update

Generated using TypeDoc