We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f66151 commit 4200a98Copy full SHA for 4200a98
src/textual/reactive.py
@@ -405,6 +405,7 @@ class reactive(Reactive[ReactiveType]):
405
repaint: Perform a repaint on change.
406
init: Call watchers on initialize (post mount).
407
always_update: Call watchers even when the new value equals the old value.
408
+ recompose: Compose the widget again when the attribute changes.
409
bindings: Refresh bindings when the reactive changes.
410
"""
411
0 commit comments