UploadListItemProps
Interface
Represents the properties of the KendoReact UploadList Item component.
Definition
Package:@progress/kendo-react-upload
Properties
The asynchronous properties of the Upload.
disabled
boolean
The disabled property of the Upload.
One or more files for the current item.
onCancel
(uid: string) => void
Fires when the user clicks the Cancel button.
Parameters:uidstring
onRemove
(uid: string) => void
Fires when the user clicks the Remove button.
Parameters:uidstring
onRetry
(uid: string) => void
Fires when the user clicks the Retry button.
Parameters:uidstring