Add missing attribute table content to DescendantFocus docs

This commit is contained in:
Dave Pearson 2024-03-18 10:00:01 +00:00
parent d5dfadccf5
commit b34c9ac24b
No known key found for this signature in database
GPG key ID: B413E0EF113D4ABF

View file

@ -4,7 +4,10 @@ The `DescendantFocus` event is sent to a widget when one of its descendants rece
## Attributes
_No other attributes_
| Attribute | Type | Purpose |
|-----------|-----------------------------------|----------------------------------------------------|
| `widget` | [`Widget`][textual.widget.Widget] | The widget that was focused |
| `control` | [`Widget`][textual.widget.Widget] | The widget that was focused (an alias of `widget`) |
## Code