Files
textual/docs/events/mount.md
Will McGugan 7ba36c1146 docs
2022-07-30 13:03:49 +01:00

296 B

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

Parameters

sender

The sender of the widget

Code

::: textual.events.Mount