Skip to content
Snippets Groups Projects
Commit 54fb21a4 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire: Committed by Reiter, Christoph
Browse files

Add event documentation (VPU/Apps/Signature#28)

parent 1971bbc6
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,14 @@
- example `<vpu-file-source nextcloud-web-dav-url="http://localhost:8081/remote.php/dav/files"></vpu-file-source>`
- `nextcloud-auth-url` also needs to be set for the Nextcloud file picker to be active
### Events
#### `vpu-file-source-file-selected`
This event is sent if a file was selected.
**Payload**: `{'file': File}` where `File` is the binary file that was selected
## Local development
```bash
......
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