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
Branches
Tags
No related merge requests found
...@@ -31,6 +31,14 @@ ...@@ -31,6 +31,14 @@
- example `<vpu-file-source nextcloud-web-dav-url="http://localhost:8081/remote.php/dav/files"></vpu-file-source>` - 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 - `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 ## Local development
```bash ```bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment