mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
13 lines
263 B
Markdown
13 lines
263 B
Markdown
# 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 |
|