UploadListItemProps
Represents the properties of the KendoReact UploadList Item component.
async
The asynchronous properties of the Upload.
disabled
boolean
The disabled
property of the Upload.
files
Array<UploadFileInfo>
One or more files for the current item.
onCancel
(uid: string) => void
Fires when the user clicks the Cancel button.
onRemove
(uid: string) => void
Fires when the user clicks the Remove button.
onRetry
(uid: string) => void
Fires when the user clicks the Retry button.