mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
12 lines
251 B
Markdown
12 lines
251 B
Markdown
# 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
|
|
|
|
## Attributes
|
|
|
|
_No additional attributes_
|