Skip to content
Snippets Groups Projects
Commit ceca059c authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Add File link

parent a27d3e8e
No related branches found
No related tags found
No related merge requests found
Pipeline #13696 passed
......@@ -49,7 +49,7 @@ files from a [Nextcloud](https://nextcloud.com/) instance.
This event is sent if a file was selected.
**Payload**: `{'file': File}` where `File` is the binary file that was selected
**Payload**: `{'file': File}` where [File](https://developer.mozilla.org/en-US/docs/Web/API/File) is the binary file that was selected
## FileSink
......@@ -83,7 +83,7 @@ This web component is able to receive files and present as them as ZIP file down
### Properties
- `files`: an array of File objects which should be downloaded in the dialog
- `files`: an array of [File](https://developer.mozilla.org/en-US/docs/Web/API/File) objects which should be downloaded in the dialog
- if the property is set the dialog opens
## Local development
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment