File size: 298 Bytes
5b76e0f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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