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
display
attribute set toFalse
. - The widget's
display
style is set to"none"
.