itd-api / FileContent
Interface: FileContent
Defined in: core/attachments/contracts.ts:27
Готовое содержимое файла.
Properties
contentType?
ts
optional contentType?: string;Defined in: core/attachments/contracts.ts:32
MIME без параметров. Если не указан, определяется по имени или Blob.
file
ts
file: Blob | ArrayBuffer | Uint8Array<ArrayBufferLike>;Defined in: core/attachments/contracts.ts:28
filename?
ts
optional filename?: string;Defined in: core/attachments/contracts.ts:30
Имя влияет на определение MIME, если contentType не задан.