ExternalDropZoneProps
Represents the properties of the [ExternalDropZone](% slug api_upload_externaldropzone %) component.
Name | Type | Default | Description |
---|---|---|---|
customHint? |
|
Sets different hint node. | |
customNote? |
|
Sets different note node. | |
disabled? |
|
Determines the disabled mode of the ExternalDropZone. | |
id? |
|
Sets the | |
innerStyle? |
|
Sets the | |
onDrop? |
|
Triggered after a file is dropped into the ExternalDropZone area. | |
onElementdragenter? |
|
Triggered after a file is dragged inside the ExternalDropZone area. | |
onElementdragover? |
|
Triggered after a file dragging is over. | |
tabIndex? |
|
Sets the | |
uploadRef |
|
Represents the ref of the linked Upload. |