mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
15 lines
214 B
Markdown
15 lines
214 B
Markdown
# DescendantBlur
|
|
|
|
The `DescendantBlur` event is sent to a widget when one of its children loses focus.
|
|
|
|
- [x] Bubbles
|
|
- [x] Verbose
|
|
|
|
## Attributes
|
|
|
|
_No other attributes_
|
|
|
|
## Code
|
|
|
|
::: textual.events.DescendantBlur
|