Class BlobToFileDto (Inputs.Asset) Defined in bitbybit-docs.d.ts:26961 Constructors constructor new BlobToFileDto ( blob ?: Blob , fileName ?: string , mimeType ?: string , ) : BlobToFileDto Parameters Optionalblob : Blob OptionalfileName : string OptionalmimeType : string Defined in bitbybit-docs.d.ts:26962 Properties blob blob : Blob
Defined in bitbybit-docs.d.ts:26967 file Name fileName : string
Defined in bitbybit-docs.d.ts:26972 Optionalmime Type mimeType ?: string
Defined in bitbybit-docs.d.ts:26979 Bitbybit TypeScript API reference Namespace: Bit › Inputs › Asset
Other symbols in Inputs.Asset:
API reference home · Full symbol index · Tutorials and guides · Platform
Alimenta
asset.blobToFile: el Blob que envolver, el nombre que recibe el File y, cuando el tipo propio del Blob no es el correcto, el tipo MIME que declarar.