Skip to content

textual.events.DescendantBlur class

Bases: Event

Sent when a child widget is blurred.

  • Bubbles
  • Verbose

control property

control: Widget

The widget that was blurred (alias of widget).

widget instance-attribute

widget: Widget

The widget that was blurred.

See also