Interface FileData

Hierarchy

  • FileData

Properties

Properties

data?: string | ArrayBuffer | Blob | ReadStream | JsonArray | JsonMap

The initial file content, which will be uploaded by invoking #upload later on.

A optional type hint used to correctly interpret the provided data

Generated using TypeDoc