Mount¶ The Mount event is sent to a widget and Application when it is first mounted. The mount event is typically used to set the initial state of a widget or to add new children widgets. Bubbles Verbose Attributes¶ No additional attributes Code¶ textual.events.Mount class ¶ Bases: Event Sent when a widget is mounted and may receive messages. Bubbles Verbose