mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Add 'dataType' to 'jquery.fileupload'.
This commit is contained in:
+5
@@ -8,6 +8,11 @@
|
||||
// Interface options for the plugin
|
||||
interface JQueryFileInputOptions {
|
||||
|
||||
/**
|
||||
* The type of data that is expected back from the server.
|
||||
*/
|
||||
dataType?: string;
|
||||
|
||||
// The drop target element(s), by the default the complete document.
|
||||
// Set to null to disable drag & drop support:
|
||||
dropZone?: HTMLElement;
|
||||
|
||||
Reference in New Issue
Block a user