Files
textual/docs/events/paste.md
Will McGugan 28d395f774 code in events
2022-09-26 10:41:36 +01:00

298 B

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