DownloadQuery

type DownloadQuery: object;

Type declaration

b64

b64: boolean;

If true, data is base64-encoded and should be converted to binary for download

d

d: string;

Data to put in the file

f

f: string;

Filename of the download

m

m: string;

MIME type for the download