Options
All
  • Public
  • Public/Protected
  • All
Menu

The data passed to the template methods FileUploadOptions.uploadTemplate and FileUploadOptions.downloadTemplate.

Hierarchy

  • TemplateData

Index

Properties

files: File[]

List of files to be rendered.

Current options of the upload widget.

Methods

  • formatFileSize(size: number): string
  • Formats a file size as a human readable string.

    Parameters

    • size: number

      File size to format, in bytes.

    Returns string

    Humand-readable string of a file size.

Generated using TypeDoc