Type Definitions
EventKey
- Source:
Properties:
| Name | Type | Description |
|---|---|---|
type |
PMA.UI.Components.Events | The name of the event to listen to |
listener |
function | The function to call when the event occurs |
Key returned by listen
Type:
- Object
MultipartFile
- Source:
Properties:
| Name | Type | Description |
|---|---|---|
FilePath |
string | The path of the file in the multipart upload |
UploadId |
string | The ID of the multipart upload |
Parts |
Array.<MultipartFilePart> | The list of uploaded part details |
MultipartFile
Type:
- Object
MultipartFilePart
- Source:
Properties:
| Name | Type | Description |
|---|---|---|
PartNumber |
number | The part number of the uploaded part |
Url |
number | The URL to upload the part to |
RangeStart |
number | The start byte range of the uploaded part |
RangeEnd |
number | The end byte range of the uploaded part |
MultipartFilePart
Type:
- Object
