mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
angular-file-upload: fix defaults for Filters
This commit is contained in:
Vendored
+1
-1
@@ -48,7 +48,7 @@ export interface FileUploaderOptions {
|
||||
method: string;
|
||||
/**
|
||||
* Filters to be applied to the files before adding them to the queue. If the filter returns true the file will be added to the queue
|
||||
* @default []
|
||||
* @default [folderFilter, queueLimitFilter]
|
||||
*/
|
||||
filters: Filter[];
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user