This commit is contained in:
Will McGugan
2022-08-17 16:11:12 +01:00
parent 29422a6d0b
commit 2650dd500d
47 changed files with 428 additions and 32 deletions

11
docs/events/paste.md Normal file
View File

@@ -0,0 +1,11 @@
# Paste
The `Paste` event is sent to a widget when the user pastes text.
- [ ] Bubbles
## Attributes
| attribute | type | purpose |
| --------- | ---- | ------------------------ |
| `text` | str | The text that was pasted |