Hide
Bases: Event
Sent when a widget has been hidden.
- Bubbles
- Verbose
Sent when any of the following conditions apply:
- The widget is removed from the DOM.
- The widget is no longer displayed because it has been scrolled or clipped from the terminal or its container.
- The widget has its
displayattribute set toFalse. - The widget's
displaystyle is set to"none".