hc99's picture
Add files using upload-large-folder tool
5b76e0f verified
# Paste
The `Paste` event is sent to a widget when the user pastes text.
- [ ] Bubbles
- [ ] Verbose
## Attributes
| attribute | type | purpose |
|-----------|------|--------------------------|
| `text` | str | The text that was pasted |
## Code
::: textual.events.Paste