Interface: FileDownloadOptions
Defined in: src/stores/sites/utils/fileDownload.ts:97
Options for downloading a file in the browser.
Remarksโ
Used to specify the file buffer, filename, and optional MIME type for download operations.
Propertiesโ
bufferโ
buffer:
ArrayBuffer
Defined in: src/stores/sites/utils/fileDownload.ts:99
The file buffer to download
fileNameโ
fileName:
string
Defined in: src/stores/sites/utils/fileDownload.ts:101
The filename for the download
mimeType?โ
optionalmimeType:string
Defined in: src/stores/sites/utils/fileDownload.ts:103
The MIME type of the file