Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add  `| 'remove' | 'removeAll'` for `UploadInput`'s type.
  • Loading branch information
OnlyBelter authored and jkuri committed Sep 28, 2017
1 parent c34a7f1 commit 0a99847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export interface UploadOutput {

// input events that user can emit to ngx-uploader
export interface UploadInput {
type: 'uploadAll' | 'uploadFile' | 'cancel' | 'cancelAll';
type: 'uploadAll' | 'uploadFile' | 'cancel' | 'cancelAll' | 'remove' | 'removeAll';
url?: string; // URL to upload file to
method?: string; // method (POST | PUT)
id?: string; // unique id of uploaded file
Expand Down

0 comments on commit 0a99847

Please sign in to comment.