mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 20:39:17 +08:00
Add 'dataType' to 'jquery.fileupload'.
This commit is contained in:
5
jquery.fileupload/jquery.fileupload.d.ts
vendored
5
jquery.fileupload/jquery.fileupload.d.ts
vendored
@@ -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