mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
15 lines
176 B
Markdown
15 lines
176 B
Markdown
# Show
|
|
|
|
The `Show` event is sent to a widget when it becomes visible.
|
|
|
|
- [ ] Bubbles
|
|
- [ ] Verbose
|
|
|
|
## Attributes
|
|
|
|
_No additional attributes_
|
|
|
|
## Code
|
|
|
|
::: textual.events.Show
|