ExternalDropZoneProps
Interface
Represents the properties of the [ExternalDropZone](% slug api_upload_externaldropzone %) component.
Definition
Package:@progress/kendo-vue-upload
Properties
customHint?
any
Sets different hint node.
customNote?
any
Sets different note node.
disabled?
boolean
Determines the disabled mode of the ExternalDropZone.
id?
string
Sets the id property of the top div element of the ExternalDropZone.
innerStyle?
object
Sets the style of the inner div element of the ExternalDropZone.
onDrop?
(event: any) => void
Triggered after a file is dropped into the ExternalDropZone area.
Parameters:eventany
onElementdragenter?
(event: any) => void
Triggered after a file is dragged inside the ExternalDropZone area.
Parameters:eventany
onElementdragover?
(event: any) => void
Triggered after a file dragging is over.
Parameters:eventany
tabIndex?
number
Sets the tabIndex attribute.
uploadRef
any
Represents the ref of the linked Upload.