New to Kendo UI for Vue? Start a free 30-day trial

ExternalDropZoneProps

Represents the properties of the [ExternalDropZone](% slug api_upload_externaldropzone %) component.

NameTypeDefaultDescription

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.

onElementdragenter?

(event: any) => void

Triggered after a file is dragged inside the ExternalDropZone area.

onElementdragover?

(event: any) => void

Triggered after a file dragging is over.

tabIndex?

number

Sets the tabIndex attribute.

uploadRef

any

Represents the ref of the linked Upload.