Add missing attribute table content to DescendantFocus docs
This commit is contained in:
parent
d5dfadccf5
commit
b34c9ac24b
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue