FileResult interface
Note
This API is in Beta and provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Output of getDragAndDropFiles API from platform
Properties
error | Error encountered in getDragAndDropFiles API |
file |
File chunk which will be assemebled and converted into a blob |
file |
File index of the file for which chunk data is getting recieved |
file |
The name of the file. |
file |
File type/MIME type which is getting recieved |
is |
Indicates whether this file is the last one in a sequence. |
Property Details
error
fileChunk
File chunk which will be assemebled and converted into a blob
fileChunk: FileChunk
Property Value
fileIndex
File index of the file for which chunk data is getting recieved
fileIndex: number
Property Value
number
fileName
The name of the file.
fileName: string
Property Value
string
fileType
File type/MIME type which is getting recieved
fileType: string
Property Value
string
isLastFile
Indicates whether this file is the last one in a sequence.
isLastFile: boolean
Property Value
boolean