Files
textual/docs/events/paste.md
Will McGugan 2650dd500d Events
2022-08-17 16:11:12 +01:00

12 lines
249 B
Markdown

# 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 |