Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paulosabayomi committed Dec 11, 2023
1 parent 591a130 commit 102716c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,7 @@ uploader.on('file.beforeAdded', (ev) => {
```

| Event name | Description | Returns |
| ---- | ---- | ---- |
| `'library.init'` | Called after the library has finished initializing and has been painted on the UI | `null` |
| `'file.beforeAdded'` | Called just before file gets added to the memory and/or UI | `{file: File, base64: string}` |
| `'file.afterAdded'` | Called after file has been added to the memory and/or browser storage and/or UI | `{file: File, element: HTMLElement, count: number}` |
Expand Down

0 comments on commit 102716c

Please sign in to comment.